mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 07:38:33 -04:00
Update to support toggle editor theme and spellcheck in status bar
This commit is contained in:
parent
6577313925
commit
09fb120967
3 changed files with 119 additions and 1 deletions
|
@ -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;*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue