Bug 1248621 - [a11y] bumping up the contrast for the theme selection colour. r=bgrins

---
 devtools/client/themes/variables.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

MozReview-Commit-ID: JHpwU7QC6ZU
This commit is contained in:
Yura Zenevich 2016-02-16 11:27:12 -05:00
parent f0ee8b8b01
commit ead3f8033f

View File

@ -34,7 +34,7 @@
/* Selection */
--theme-selection-background: var(--blue-55);
--theme-selection-background-hover: #F0F9FE;
--theme-selection-color: #f5f7fa;
--theme-selection-color: #ffffff;
/* Border color that splits the toolbars/panels/headers.
* This needs to be sync with commandline.css and commandline-browser.css. */
@ -119,7 +119,7 @@
/* Selection */
--theme-selection-background: #204E8A;
--theme-selection-background-hover: #353B48;
--theme-selection-color: #f5f7fa;
--theme-selection-color: #ffffff;
/* Border color that splits the toolbars/panels/headers.
* This needs to be sync with commandline.css and commandline-browser.css. */