aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-08 21:28:58 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-08 21:28:58 +0100
commit9e6d85b4ea3e04c605f71b22121053c6562a7c3e (patch)
treeaad8e55b67dcf9f2839d310459f08e5656ba996b /view
parent3298b4a0cbb93d83665c411fd4f8dac267bb006e (diff)
downloadvolse-hubzilla-9e6d85b4ea3e04c605f71b22121053c6562a7c3e.tar.gz
volse-hubzilla-9e6d85b4ea3e04c605f71b22121053c6562a7c3e.tar.bz2
volse-hubzilla-9e6d85b4ea3e04c605f71b22121053c6562a7c3e.zip
add hover effect to checkbox field
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2dca3c428..576eba5f6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2297,6 +2297,10 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
display: none;
}
+.field.checkbox:hover label {
+ color: $link_colour;
+}
+
.field.checkbox > div label {
display: block; overflow: hidden; cursor: pointer;
border: 1px solid #ccc;
@@ -2319,6 +2323,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
content: attr(data-on);
padding-right: 21px;
background-color: $item_colour;
+ color: $font_colour;
text-align: right;
}