зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1388444
- Make about:preferences category focus color noticeable r=jaws
--HG-- extra : rebase_source : 2613668db854d641f18d8f67f9fef0a37ec0f0a0
This commit is contained in:
Родитель
4cb1f5cdb9
Коммит
66ab173459
|
@ -22,6 +22,7 @@
|
|||
--in-content-border-highlight: #0a84ff;
|
||||
--in-content-border-focus: #0a84ff;
|
||||
--in-content-border-color: #c1c1c1;
|
||||
--in-content-category-border-focus: 1px dotted #0a84ff;
|
||||
--in-content-category-text: #0c0c0d;
|
||||
--in-content-category-text-selected: #0a84ff;
|
||||
--in-content-tab-color: #424f5a;
|
||||
|
@ -656,8 +657,8 @@ xul|*.radio-label-box {
|
|||
}
|
||||
|
||||
*|*#categories[keyboard-navigation="true"]:-moz-focusring > *|*.category[current] {
|
||||
border-top: var(--in-content-category-border-focus);
|
||||
border-bottom: var(--in-content-category-border-focus);
|
||||
border: var(--in-content-category-border-focus);
|
||||
border-inline-start: none;
|
||||
}
|
||||
|
||||
*|*.category-name {
|
||||
|
|
Загрузка…
Ссылка в новой задаче