summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/style/default.css b/style/default.css
index 74997381..9fa2db8d 100644
--- a/style/default.css
+++ b/style/default.css
@@ -342,12 +342,12 @@ nav.sidebar li {
.main
{
- float:right;
- margin-left:240px;
- margin-top:32px;
- min-width:900px;
- position:absolute;
- width:calc(100%-200px);
+ float: right;
+ margin-left: 240px;
+ margin-top: 32px;
+ min-width: 900px;
+ position: absolute;
+ width: calc(100% - 200px);
}
.navbar-inverse,.sidebar-bg
@@ -525,6 +525,16 @@ section{
border-top-left-radius: 0;
}
+.slx-cfg-toggle > input[type=checkbox] ~ label {
+ font-weight: normal;
+}
+
+.slx-cfg-toggle > input[type=checkbox]:checked ~ label {
+ font-weight: bold;
+}
+
+/* what's this?
textarea.form-control .editor-box{
height: 520px;
}
+*/