зеркало из https://github.com/mozilla/gecko-dev.git
Bug #274306 --> Replace [buttondown] and [buttonover] rules for some buttons of _ThunderBird_ to work using :active and :hover rules
patch by Serge Autherie
This commit is contained in:
Родитель
d6a8192fdf
Коммит
ba5c3a9060
|
@ -178,7 +178,7 @@ toolbar[mode="text"] .toolbarbutton-text {
|
|||
}
|
||||
|
||||
#button-print:hover:active,
|
||||
#button-print[open="true"] {
|
||||
#button-print[open="true"] {
|
||||
-moz-image-region: rect(32px 288px 64px 256px);
|
||||
}
|
||||
|
||||
|
@ -206,10 +206,6 @@ toolbar[mode="text"] .toolbarbutton-text {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#button-file:hover:active {
|
||||
-moz-image-region: rect(32px 352px 64px 320px);
|
||||
}
|
||||
|
||||
#button-file:hover:active,
|
||||
#button-file[open] {
|
||||
-moz-image-region: rect(32px 352px 64px 320px);
|
||||
|
@ -278,7 +274,7 @@ toolbar[iconsize="small"] #button-newmsg {
|
|||
-moz-image-region: rect(0px 48px 24px 24px);
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #button-newmsg:hover:active {
|
||||
toolbar[iconsize="small"] #button-newmsg:hover:active {
|
||||
-moz-image-region: rect(24px 48px 48px 24px);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче