diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-13 18:06:53 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-13 18:06:53 +0300 |
commit | fbbc82d0f28e42ac34e96cc0dffd6d0470df78b2 (patch) | |
tree | 8a15a099c727b6d3d8fd1dc6e954aefa60d09ab8 /src/pages/stylesheets/styles.css | |
parent | Preserve unsupported settings #104 (diff) | |
download | libredirect-fbbc82d0f28e42ac34e96cc0dffd6d0470df78b2.zip |
Added a button for enabling cookies #104
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
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); |