Bug 1494448 - Port bug 1493776 to TB: Update dark theme sidebar background and border color to match specification. r=jorgk

This commit is contained in:
Richard Marti 2018-09-26 22:47:01 +02:00
Родитель 074e3e27a4
Коммит ed7076b7c3
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -195,8 +195,9 @@ MailGlue.prototype = {
popup_border: "#27272b",
toolbar_field_text: "rgb(249, 249, 250)",
toolbar_field_border: "rgba(249, 249, 250, 0.2)",
sidebar: "#19191a",
sidebar: "#38383D",
sidebar_text: "rgb(249, 249, 250)",
sidebar_border: "rgba(255, 255, 255, 0.2)",
author: vendorShortName,
}, {
useInDarkMode: true,