summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 18:58:49 +0800
committerWu Cheng-Han2015-09-25 18:58:49 +0800
commit0242089e35df41967f51dce3783e2b34d92cc80c (patch)
treef5d63c34deea0942e4d2220f518bc09c9c1ef6f9 /public/css/index.css
parentbb8a0da71fab249d8b7f1e66c46f889e69feb813 (diff)
Updated cursor css animation and dropdown-menu styles, updated navbar-brand font-weight
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css
index ab5605d2..4d9fa1f7 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -77,6 +77,9 @@ body {
.ui-status * {
font-size: 16px;
}
+.navbar-brand {
+ font-weight: bold;
+}
.nav-status .ui-status * {
font-size: 14px;
}
@@ -172,6 +175,10 @@ body {
width: 0px;
position: absolute;
border-right: none;
+ transition: left 0.1s, top 0.1s;
+}
+.dropdown-menu.other-cursor {
+ transition: none;
}
.cursortag {
cursor: pointer;
@@ -185,6 +192,7 @@ body {
font-family: inherit;
border-radius: .25em;
white-space: nowrap;
+ transition: left 0.1s ease-in-out, top 0.1s ease-in-out;
}
.fixfixed .navbar-fixed-top {
position: absolute !important;
@@ -204,7 +212,10 @@ div[contenteditable]:empty:not(:focus):before{
margin-bottom: 0 !important;
}
.dropdown-menu.other-cursor {
+ max-height: 50vh;
width: auto !important;
+ overflow: auto;
+ margin-bottom: 30px;
}
.CodeMirror-scrollbar-filler {
background: inherit;