mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 689177 - Reduce border radii of header buttons and the search field to match Firefox nav bar changes. r=unfocused
This commit is contained in:
parent
0c97d19b87
commit
b3cc7289d8
@ -320,7 +320,7 @@
|
|||||||
#header-search {
|
#header-search {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||||
border-radius: 3.5px;
|
border-radius: 2.5px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
background-color: rgba(255, 255, 255, 0.4);
|
background-color: rgba(255, 255, 255, 0.4);
|
||||||
}
|
}
|
||||||
@ -1140,7 +1140,7 @@ button.button-link:not([disabled="true"]):active:hover {
|
|||||||
background: -moz-linear-gradient(rgba(251, 252, 253, 0.95), rgba(246, 247, 248, 0) 49%,
|
background: -moz-linear-gradient(rgba(251, 252, 253, 0.95), rgba(246, 247, 248, 0) 49%,
|
||||||
rgba(211, 212, 213, 0.45) 51%, rgba(225, 226, 229, 0.3));
|
rgba(211, 212, 213, 0.45) 51%, rgba(225, 226, 229, 0.3));
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-radius: 3.5px;
|
border-radius: 2.5px;
|
||||||
border: 1px solid rgba(31, 64, 100, 0.4);
|
border: 1px solid rgba(31, 64, 100, 0.4);
|
||||||
border-top-color: rgba(31, 64, 100, 0.3);
|
border-top-color: rgba(31, 64, 100, 0.3);
|
||||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset,
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset,
|
||||||
|
Loading…
Reference in New Issue
Block a user