Bug 1447312 - Remove opacity filter from toolbox-border-bottom-color in photon dark theme to avoid the Windows Aero background to shine through r=dao

This commit is contained in:
Jens Hausdorf 2018-05-01 20:59:25 +02:00
Родитель 9031e5b372
Коммит a2a550c3cb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -21,7 +21,7 @@
--chrome-background-color: hsl(240, 5%, 5%);
--chrome-color: rgb(249, 249, 250);
--chrome-secondary-background-color: hsl(240, 1%, 20%);
--toolbox-border-bottom-color: hsla(240, 5%, 5%, .1);
--toolbox-border-bottom-color: hsl(240, 5%, 5%);
--chrome-nav-bar-controls-border-color: hsla(240, 5%, 5%, .3);
--chrome-selection-color: #fff;
--chrome-selection-background-color: #5675B9;