aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-09 15:20:55 -0700
committerfriendica <info@friendica.com>2015-03-09 15:20:55 -0700
commit4936beb259c2e36006eac476ce007b86660adf76 (patch)
tree75d43adf7bdc752f791f09790bc5d66c7363b73b
parente7d32442762dfda9a65468fb448fcd7e4ec5566a (diff)
parent00d7ea90a20c82d0f42541d64fe9c5ad23f18d6e (diff)
downloadvolse-hubzilla-4936beb259c2e36006eac476ce007b86660adf76.tar.gz
volse-hubzilla-4936beb259c2e36006eac476ce007b86660adf76.tar.bz2
volse-hubzilla-4936beb259c2e36006eac476ce007b86660adf76.zip
Merge https://github.com/friendica/red into pending_merge
-rw-r--r--view/theme/redbasic/css/style.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 576eba5f6..e7ccfd19a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2297,15 +2297,22 @@ 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;
- border-radius: 5px;
+ border-radius: 4px;
margin:0px;
+ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
+ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+}
+
+.field.checkbox:hover label {
+ color: $link_colour;
+}
+
+.field.checkbox:hover > div label {
+ border-color: $link_colour;
}
.onoffswitch-inner {