зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1705447 - Set button primary colors in the default-dark and dark themes. r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D112378
This commit is contained in:
Родитель
7f601caa1c
Коммит
c452023cc6
|
@ -43,6 +43,10 @@
|
|||
"button": "rgb(43,42,51)",
|
||||
"button_hover": "rgb(82,82,94)",
|
||||
"button_active": "rgb(91,91,102)",
|
||||
"button_primary": "rgb(0, 221, 255)",
|
||||
"button_primary_hover": "rgb(128, 235, 255)",
|
||||
"button_primary_active": "rgb(170, 242, 255)",
|
||||
"button_primary_color": "rgb(43, 42, 51)",
|
||||
"checkbox_border_color": "rgb(143, 143, 157)",
|
||||
"checkbox_unchecked_background": "rgb(43, 42, 51)",
|
||||
"checkbox_unchecked_background_hover": "rgb(82, 82, 94)",
|
||||
|
@ -74,6 +78,10 @@
|
|||
"button": "--button-bgcolor",
|
||||
"button_hover": "--button-hover-bgcolor",
|
||||
"button_active": "--button-active-bgcolor",
|
||||
"button_primary": "--buttons-primary-button-bgcolor",
|
||||
"button_primary_hover": "--buttons-primary-button-hover-bgcolor",
|
||||
"button_primary_active": "--buttons-primary-button-active-bgcolor",
|
||||
"button_primary_color": "--buttons-primary-button-color",
|
||||
"checkbox_border_color": "--checkbox-border-color",
|
||||
"checkbox_unchecked_background": "--checkbox-unchecked-bgcolor",
|
||||
"checkbox_unchecked_background_hover": "--checkbox-unchecked-hover-bgcolor",
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
"button": "rgb(240,240,244)",
|
||||
"button_hover": "rgb(224,224,230)",
|
||||
"button_active": "rgb(207,207,216)",
|
||||
"button_primary": "rgb(0, 97, 224)",
|
||||
"button_primary_hover": "rgb(2, 80, 187)",
|
||||
"button_primary_active": "rgb(5, 62, 148)",
|
||||
"button_primary_color": "rgb(251, 251, 254)",
|
||||
"checkbox_border_color": "rgb(143, 143, 157)",
|
||||
"checkbox_unchecked_background": "rgb(240, 240, 244)",
|
||||
"checkbox_unchecked_background_hover": "rgb(224, 224, 230)",
|
||||
|
@ -72,6 +76,10 @@
|
|||
"button": "--button-bgcolor",
|
||||
"button_hover": "--button-hover-bgcolor",
|
||||
"button_active": "--button-active-bgcolor",
|
||||
"button_primary": "--buttons-primary-button-bgcolor",
|
||||
"button_primary_hover": "--buttons-primary-button-hover-bgcolor",
|
||||
"button_primary_active": "--buttons-primary-button-active-bgcolor",
|
||||
"button_primary_color": "--buttons-primary-button-color",
|
||||
"checkbox_border_color": "--checkbox-border-color",
|
||||
"checkbox_unchecked_background": "--checkbox-unchecked-bgcolor",
|
||||
"checkbox_unchecked_background_hover": "--checkbox-unchecked-hover-bgcolor",
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"button": "rgb(43,42,51)",
|
||||
"button_hover": "rgb(82,82,94)",
|
||||
"button_active": "rgb(91,91,102)",
|
||||
"button_primary": "rgb(0, 221, 255)",
|
||||
"button_primary_hover": "rgb(128, 235, 255)",
|
||||
"button_primary_active": "rgb(170, 242, 255)",
|
||||
"button_primary_color": "rgb(43, 42, 51)",
|
||||
"checkbox_border_color": "rgb(143, 143, 157)",
|
||||
"checkbox_unchecked_background": "rgb(43, 42, 51)",
|
||||
"checkbox_unchecked_background_hover": "rgb(82, 82, 94)",
|
||||
|
@ -76,6 +80,10 @@
|
|||
"button": "--button-bgcolor",
|
||||
"button_hover": "--button-hover-bgcolor",
|
||||
"button_active": "--button-active-bgcolor",
|
||||
"button_primary": "--buttons-primary-button-bgcolor",
|
||||
"button_primary_hover": "--buttons-primary-button-hover-bgcolor",
|
||||
"button_primary_active": "--buttons-primary-button-active-bgcolor",
|
||||
"button_primary_color": "--buttons-primary-button-color",
|
||||
"checkbox_border_color": "--checkbox-border-color",
|
||||
"checkbox_unchecked_background": "--checkbox-unchecked-bgcolor",
|
||||
"checkbox_unchecked_background_hover": "--checkbox-unchecked-hover-bgcolor",
|
||||
|
|
Загрузка…
Ссылка в новой задаче