Bug 1388444 - Make about:preferences category focus color noticeable r=jaws

--HG--
extra : rebase_source : 2613668db854d641f18d8f67f9fef0a37ec0f0a0
This commit is contained in:
Ricky Chien 2017-08-11 16:56:55 +08:00
Родитель 4cb1f5cdb9
Коммит 66ab173459
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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 {