summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-21 21:45:45 +0800
committerCheng-Han, Wu2016-06-21 21:45:45 +0800
commit09fb1209678b2acc18ee13ee0c407278e67d2c06 (patch)
treed90ae905b31e0b871dd8f000ea72294974c23a05 /public/css/index.css
parent6577313925d8e6a546414470166095d81c3987a2 (diff)
Update to support toggle editor theme and spellcheck in status bar
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css
index a827c40a..5cb33089 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -394,11 +394,34 @@ div[contenteditable]:empty:not(:focus):before{
border-left: 1px solid #343434;
}
-.status-bar .status-indicators .status-keymap > a {
+.status-bar .status-indicators .status-keymap > a,
+.status-bar .status-indicators .status-theme > a,
+.status-bar .status-indicators .status-spellcheck > a {
color: inherit;
text-decoration: none;
}
+.status-bar .status-indicators .status-theme,
+.status-bar .status-indicators .status-spellcheck {
+ padding: 0 4.3px;
+}
+
+.ui-theme-toggle,
+.ui-spellcheck-toggle {
+ opacity: 0.2;
+ cursor: pointer;
+}
+
+.ui-theme-toggle.active,
+.ui-spellcheck-toggle.active {
+ opacity: 1;
+}
+
+.ui-theme-toggle:hover,
+.ui-spellcheck-toggle:hover {
+ opacity: 0.8;
+}
+
.status-bar .indent-type, .status-bar .indent-width-label {
cursor: pointer;
/* margin-right: 3px;*/