mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1105768
- Brighten the colors in the update badge. r=Gijs
--HG-- extra : rebase_source : 75215ac3156fef4d0adfe885fcb99a633458782d
This commit is contained in:
parent
0bc61a235a
commit
15c30fb586
@ -647,30 +647,32 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#PanelUI-update-status {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="succeeded"] {
|
||||
background-color: hsla(96, 65%, 75%, 0.1);
|
||||
background-color: hsla(96, 65%, 75%, 0.5);
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="succeeded"]:not([disabled]):hover {
|
||||
background-color: hsla(96, 65%, 75%, 0.4);
|
||||
background-color: hsla(96, 65%, 75%, 0.8);
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="succeeded"]:not([disabled]):hover:active {
|
||||
background-color: hsla(96, 65%, 75%, 0.6);
|
||||
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
||||
background-color: hsl(96, 65%, 75%);
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="failed"] {
|
||||
background-color: hsla(359, 69%, 84%, 0.1);
|
||||
background-color: hsla(359, 69%, 84%, 0.5);
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="failed"]:not([disabled]):hover {
|
||||
background-color: hsla(359, 69%, 84%, 0.4);
|
||||
background-color: hsla(359, 69%, 84%, 0.8);
|
||||
}
|
||||
|
||||
#PanelUI-update-status[update-status="failed"]:not([disabled]):hover:active {
|
||||
background-color: hsla(359, 69%, 84%, 0.6);
|
||||
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
||||
background-color: hsl(359, 69%, 84%);
|
||||
}
|
||||
|
||||
#PanelUI-quit:not([disabled]):hover {
|
||||
|
Loading…
Reference in New Issue
Block a user