Bug 1092939 - Fix disabled back button active state. r=ttaubert

--HG--
extra : transplant_source : %FD%1F%B2%E7%BF%3A%07%A2y%9F%E3%18Q%93%F5%EF%ED%FA%5B%60
This commit is contained in:
Gijs Kruitbosch 2015-07-06 16:45:49 +01:00
Родитель 70cbd68d5b
Коммит b1f05f936d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1333,7 +1333,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba
/* Active styling: transparent white over toolbar colors */
#forward-button:hover:active:not(:-moz-lwtheme),
#back-button:hover:active:not(:-moz-lwtheme) {
#back-button:not([disabled="true"]):hover:active:not(:-moz-lwtheme) {
background-image: linear-gradient(to bottom, rgba(255,255,255, 0.3), rgba(255,255,255, 0.4));
background-color: transparent;
box-shadow: none;