summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-20 20:46:04 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit31c4e2830ade156def01186da564b532ca96b5e9 (patch)
treec294422a52bbe093150c31335ede84e3dd258c89 /css
parent7be636f26a4cd2857035d7d07cdf111c442566b5 (diff)
🧹 Cleanup css
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/app.css26
1 files changed, 8 insertions, 18 deletions
diff --git a/css/app.css b/css/app.css
index 8d05e36e2..6e0124139 100644
--- a/css/app.css
+++ b/css/app.css
@@ -51,19 +51,6 @@
right: 0.5em;
}
-.dropbtn {
- background-color: #4CAF50;
- color: white;
- padding: 16px;
- font-size: 16px;
- border: none;
-}
-
-.dropdown {
- position: relative;
- display: inline-block;
-}
-
.dropdown-content {
position: absolute;
background-color: #f1f1f1;
@@ -91,10 +78,6 @@
background-color: #ddd;
}
-.dropdown:hover .dropbtn {
- background-color: #3e8e41;
-}
-
.compact-dropdown{
z-index: 1;
}
@@ -116,6 +99,13 @@
font-weight: bold;
}
-.right {
+.dropdown-search-message {
+ margin-left: 2em;
+ font-size: 0.85em;
+}
+
+.share-status-icon {
+ margin-top: 1.1em;
+ margin-right: 1em;
float: right;
}