зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1205677
- Set --toolbarbutton-checkedhover-backgroundcolor to something reasonable. r=gijs
This commit is contained in:
Родитель
259466d494
Коммит
8f54300771
|
@ -29,7 +29,7 @@
|
|||
--toolbarbutton-active-bordercolor: rgb(154,154,154);
|
||||
--toolbarbutton-active-background: rgba(154,154,154,.5) linear-gradient(hsla(0,0%,100%,.7), hsla(0,0%,100%,.4));
|
||||
|
||||
--toolbarbutton-checkedhover-backgroundcolor: rgba(90%,90%,90%,.4);
|
||||
--toolbarbutton-checkedhover-backgroundcolor: rgba(154,154,154,.15);
|
||||
|
||||
--identity-box-verified-background-color: #fff;
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
--toolbarbutton-active-bordercolor: rgba(0,0,0,.15);
|
||||
--toolbarbutton-active-boxshadow: 0 0 0 1px rgba(0,0,0,.15) inset;
|
||||
|
||||
--toolbarbutton-checkedhover-backgroundcolor: rgba(0,0,0,.15);
|
||||
--toolbarbutton-checkedhover-backgroundcolor: rgba(0,0,0,.1);
|
||||
|
||||
--identity-box-verified-background-color: #fff;
|
||||
|
||||
|
@ -59,6 +59,8 @@
|
|||
--toolbarbutton-active-background: rgba(255,255,255,.3);
|
||||
--toolbarbutton-active-bordercolor: rgba(255,255,255,.3);
|
||||
--toolbarbutton-active-boxshadow: 0 0 0 1px rgba(255,255,255,.3) inset;
|
||||
|
||||
--toolbarbutton-checkedhover-backgroundcolor: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
#menubar-items {
|
||||
|
|
Загрузка…
Ссылка в новой задаче