aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-11-28 06:36:52 -0700
committerAndrew Manning <andrew@reticu.li>2016-11-28 06:36:52 -0700
commit924f796eb830b8a498c01013d9690dd071b50691 (patch)
treef2ada23a919b8f2b7a1a3f2034f7aef2916e4d1d /view/theme/redbasic
parent2528f35f008dcc39e2a6c6680ab771a9da7c20f5 (diff)
parent683a09781ad9c9be00ce67e35f560e6fca051f3b (diff)
downloadvolse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.tar.gz
volse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.tar.bz2
volse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.zip
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fba6da17a..2f3da7542 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2040,3 +2040,14 @@ dl.bb-dl > dd > li {
padding-left: 15px;
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;
+}