aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/popup/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r--src/pages/popup/style.css44
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