зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b351193f1b
Коммит
7326430279
|
@ -320,7 +320,7 @@
|
|||
#header-search {
|
||||
-moz-appearance: none;
|
||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||
border-radius: 3.5px;
|
||||
border-radius: 2.5px;
|
||||
padding-bottom: 2px;
|
||||
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%,
|
||||
rgba(211, 212, 213, 0.45) 51%, rgba(225, 226, 229, 0.3));
|
||||
background-clip: padding-box;
|
||||
border-radius: 3.5px;
|
||||
border-radius: 2.5px;
|
||||
border: 1px solid rgba(31, 64, 100, 0.4);
|
||||
border-top-color: rgba(31, 64, 100, 0.3);
|
||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset,
|
||||
|
|
Загрузка…
Ссылка в новой задаче