aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-30 11:45:16 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-30 11:45:16 +0200
commit4da65183e0c887551884658d35707df6a3ace5e4 (patch)
tree368e154c6ffc98dada395a7d65fdfe5f56044cc7 /view/theme
parent3b6a0d8e5cb787bace27aee67f7ae0f4130e3132 (diff)
downloadvolse-hubzilla-4da65183e0c887551884658d35707df6a3ace5e4.tar.gz
volse-hubzilla-4da65183e0c887551884658d35707df6a3ace5e4.tar.bz2
volse-hubzilla-4da65183e0c887551884658d35707df6a3ace5e4.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css60
1 files changed, 17 insertions, 43 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 601124227..2044d8a34 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -693,39 +693,6 @@ div.jGrowl div.jGrowl-notification {
min-height: 60px;
}
-#recip-ac .autocomplete,
-#poke-recip-ac .autocomplete,
-#id-name-ac .autocomplete,
-#contact-search-ac .autocomplete {
- margin-top: 2px;
- margin-left: $radius;
- margin-right: $radius;
- border: 1px solid #666;
- border-top: none;
-
-}
-
-.autocomplete {
- color: $font_colour;
- cursor: pointer;
- text-align: left;
- max-height: 350px;
- overflow: auto;
- border-bottom-left-radius: $radius;
- border-bottom-right-radius: $radius;
-}
-
-.autocomplete .selected {
- background: #eee;
-}
-
-.autocomplete div {
- padding: 2px 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
.jslider .jslider-scale ins {
color: #333;
font-size: 0.9rem;
@@ -1095,19 +1062,10 @@ img.mail-conv-sender-photo {
.wall-item-ago,
-a:hover .wall-item-ago,
-.dropdown-sub-text,
-a:hover .dropdown-sub-text {
+.dropdown-sub-text {
color: #777;
}
-.active .wall-item-ago,
-a.active:hover .wall-item-ago,
-.active .dropdown-sub-text,
-a:active .dropdown-sub-text,
-a.active:hover .dropdown-sub-text {
- color: #fff;
-}
.wall-item-content,
.mail-conv-body,
@@ -1393,6 +1351,7 @@ blockquote {
}
.dropdown-menu {
+ color: $font_colour;
font-size: 0.9rem;
border-radius: $radius;
}
@@ -1401,6 +1360,21 @@ blockquote {
border-radius: $radius;
}
+.dropdown-item {
+ color: $font_colour;
+}
+
+.dropdown-item:active,
+.dropdown-item:focus,
+.dropdown-item:hover,
+.textcomplete-item:focus .dropdown-item,
+.textcomplete-item:hover .dropdown-item,
+.textcomplete-item.active .dropdown-item,
+.textcomplete-item:active .dropdown-item {
+ color: $font_colour;
+ background-color: $item_colour;
+}
+
.bg-inverse {
background-color: $nav_bg !important;
}