aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-10 17:02:55 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-10 17:02:55 +0100
commit0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (patch)
tree1bfba6455a431f153a9b2b7aa682e495085e9990 /view/theme/redbasic/css
parentb1c97dfcfd80263f94733d0ec6c357eebc5a57da (diff)
downloadvolse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.gz
volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.bz2
volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.zip
fixing classes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7250ff961..33dcfedc9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1169,9 +1169,15 @@ margin-right: 50px;
}
.generic-icons {
- font-size: 1.2em;
+ font-size: 1rem;
color: $toolicon_colour;
- margin-right: 7px;
+ margin-right: 0.5rem;
+}
+
+.generic-icons-right {
+ font-size: 1rem;
+ color: $toolicon_colour;
+ margin-left: 0.5rem;
}
.generic-icons:hover {
@@ -1476,6 +1482,11 @@ img.mail-conv-sender-photo {
color: $toolicon_colour;
}
+.widget .nav-item:hover {
+ background-color: #eee;
+ border-radius: $radiuspx;
+}
+
#note-text {
border: 1px solid #ccc;
border-radius: $radiuspx;
@@ -2063,17 +2074,6 @@ dl.bb-dl > dd > li {
border-left: 3px solid #eee;
}
-.nav-pills-stacked-icons {
- padding: 6px 10px;
- float: right;
- position: relative;
- z-index:1;
-}
-
-.nav-pills-stacked-icons:hover + a {
- background-color: #eee;
-}
-
.app-icon {
font-size: 80px;
color: $toolicon_colour;