mirror of
https://github.com/status-im/codimd.git
synced 2025-02-18 21:46:26 +00:00
Improve visibility of some UI elements
Partially fixes #1441 Signed-off-by: pkrasicki <pkrasicki@protonmail.com>
This commit is contained in:
parent
42ae89cc72
commit
ba4ddca67c
@ -108,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-toc-label {
|
.ui-toc-label {
|
||||||
opacity: 0.3;
|
opacity: 0.9;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border: none;
|
border: none;
|
||||||
-webkit-transition: opacity 0.2s; /* Safari */
|
-webkit-transition: opacity 0.2s; /* Safari */
|
||||||
@ -117,13 +117,13 @@
|
|||||||
|
|
||||||
.ui-toc .open .ui-toc-label {
|
.ui-toc .open .ui-toc-label {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: white;
|
color: #5f5f5f;
|
||||||
-webkit-transition: opacity 0.2s; /* Safari */
|
-webkit-transition: opacity 0.2s; /* Safari */
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-toc-label:focus {
|
.ui-toc-label:focus {
|
||||||
opacity: 0.3;
|
opacity: 1;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
@ -326,7 +326,7 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #999;
|
color: rgba(0, 0, 0, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
.expand-toggle:hover, .expand-toggle:focus, .back-to-top:hover, .back-to-top:focus, .go-to-bottom:hover, .go-to-bottom:focus {
|
.expand-toggle:hover, .expand-toggle:focus, .back-to-top:hover, .back-to-top:focus, .go-to-bottom:hover, .go-to-bottom:focus {
|
||||||
|
@ -570,7 +570,7 @@ div[contenteditable]:empty:not(:focus):before{
|
|||||||
.ui-theme-toggle,
|
.ui-theme-toggle,
|
||||||
.ui-linter-toggle,
|
.ui-linter-toggle,
|
||||||
.ui-spellcheck-toggle {
|
.ui-spellcheck-toggle {
|
||||||
opacity: 0.2;
|
opacity: 0.5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user