From fbbc82d0f28e42ac34e96cc0dffd6d0470df78b2 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 13 Mar 2022 18:06:53 +0300 Subject: Added a button for enabling cookies #104 --- src/pages/stylesheets/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index d5452c3d..999b5afd 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -328,6 +328,15 @@ button.add { cursor: pointer; } +div.disabled { + background-color: rgb(39, 39, 39); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + .light-theme.popup, .light-theme .popup { background-color: var(--bg-secondary); -- cgit 1.4.1