aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index a75ed2713..a942df0e8 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -15,7 +15,7 @@ html, body {
}
/*=== Links */
-a {
+a, button.as-link {
color: #2980b9;
outline: none;
}
@@ -338,17 +338,21 @@ a.btn {
padding: 0 25px;
line-height: 2.5em;
}
-.dropdown-menu > .item > span {
+.dropdown-menu > .item > span,
+.dropdown-menu > .item > .as-link {
padding: 0 25px;
line-height: 2em;
}
+.dropdown-menu > .item:hover {
+ background: #2980b9;
+ color: #fff;
+}
.dropdown-menu > .item[aria-checked="true"] > a:before {
font-weight: bold;
margin: 0 0 0 -14px;
}
.dropdown-menu > .item:hover > a {
text-decoration: none;
- background: #2980b9;
color: #fff;
}
.dropdown-menu .input select,