diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-17 22:01:02 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-17 22:01:02 +0300 |
commit | 6b8e03fb8e57d91e5572270f54bf5c9a51fd9f15 (patch) | |
tree | d851bbf69d88aa0105d9fa16526ce8af208e2137 /src/pages/popup/style.css | |
parent | Added Custom service function for https://github.com/libredirect/browser_exte... (diff) | |
download | libredirect-6b8e03fb8e57d91e5572270f54bf5c9a51fd9f15.zip |
Cleaned code. Fixed not able to select popup buttons with keyboard https://codeberg.org/LibRedirect/browser_extension/issues/106
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 44 |
1 files changed, 8 insertions, 36 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index ff96b9ad..82adfded 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -28,42 +28,14 @@ input { width: 46px; } -.button h4 { - font-size: 16px; - max-width: 160px; -} -#instance { - max-width: 110px; - max-height: 22px; - overflow-x: scroll; - white-space: nowrap; - scrollbar-width: none; - -ms-overflow-style: none; -} - -#instance::-webkit-scrollbar { - display: none; -} - -#instance::before { - background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); - position: absolute; - width: 5px; - height: 22px; - content: ""; - display: block; - pointer-events: none; +div.block label { + margin: 0; + font-size: 18px; + font-weight: bold; + max-width: 160px; } -#end::before { - background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); - position: absolute; - width: 5px; - height: 22px; - content: ""; - display: block; - pointer-events: none; - top: 14px; - left: 156px; -} +div.block label:hover { + cursor: pointer; +} \ No newline at end of file |