Updated cursor css animation and dropdown-menu styles, updated navbar-brand font-weight
This commit is contained in:
parent
bb8a0da71f
commit
0242089e35
1 changed files with 11 additions and 0 deletions
|
@ -77,6 +77,9 @@ body {
|
||||||
.ui-status * {
|
.ui-status * {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
.navbar-brand {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.nav-status .ui-status * {
|
.nav-status .ui-status * {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -172,6 +175,10 @@ body {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
transition: left 0.1s, top 0.1s;
|
||||||
|
}
|
||||||
|
.dropdown-menu.other-cursor {
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
.cursortag {
|
.cursortag {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -185,6 +192,7 @@ body {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
transition: left 0.1s ease-in-out, top 0.1s ease-in-out;
|
||||||
}
|
}
|
||||||
.fixfixed .navbar-fixed-top {
|
.fixfixed .navbar-fixed-top {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
@ -204,7 +212,10 @@ div[contenteditable]:empty:not(:focus):before{
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
.dropdown-menu.other-cursor {
|
.dropdown-menu.other-cursor {
|
||||||
|
max-height: 50vh;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
overflow: auto;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
.CodeMirror-scrollbar-filler {
|
.CodeMirror-scrollbar-filler {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
|
Loading…
Reference in a new issue