diff options
author | Wu Cheng-Han | 2015-09-25 18:58:49 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-25 18:58:49 +0800 |
commit | 0242089e35df41967f51dce3783e2b34d92cc80c (patch) | |
tree | f5d63c34deea0942e4d2220f518bc09c9c1ef6f9 /public/css | |
parent | bb8a0da71fab249d8b7f1e66c46f889e69feb813 (diff) |
Updated cursor css animation and dropdown-menu styles, updated navbar-brand font-weight
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 11 |
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; |