diff --git a/chrome/userChrome.css b/chrome/userChrome.css index f756c53..0d1e6e1 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -1,6 +1,6 @@ /* * @package Septdir Firefox Style - * @version 1.0.7 + * @version 1.0.8 * @author Igor Berdicheskiy - septdir.ru * @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html @@ -16,7 +16,7 @@ --arrowpanel-background: #fff !important; --arrowpanel-border-color: ThreeDShadow !important; - --autocomplete-popup-color: #0c0c0d !important; + --autocomplete-popup-color: #0c0c0d !important; --autocomplete-popup-background: #fff !important; --autocomplete-popup-border-color: ThreeDShadow !important; --autocomplete-popup-secondary-color: #737373 !important; @@ -24,7 +24,6 @@ --urlbar-popup-action-color: hsl(178, 100%, 28%) !important; } - :root.theme-dark { --theme-body-background: #1F1F1F !important; --theme-sidebar-background: #1F1F1F !important; diff --git a/chrome/userContent.css b/chrome/userContent.css index 35f2091..5bb53da 100644 --- a/chrome/userContent.css +++ b/chrome/userContent.css @@ -1,6 +1,6 @@ /* * @package Septdir Firefox Style - * @version 1.0.7 + * @version 1.0.8 * @author Igor Berdicheskiy - septdir.ru * @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html