mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
something
This commit is contained in:
parent
5888952cd7
commit
ebbef1c408
5 changed files with 46 additions and 46 deletions
|
|
@ -411,23 +411,23 @@ popover.menu box.circular-buttons button.destructive-action.circular.image-butto
|
|||
popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.8); outline-width: 2px; outline-offset: -2px; }
|
||||
|
||||
/********* Links * */
|
||||
button.link, link { color: #538a21; text-decoration: underline; }
|
||||
button.link, link { color: #3c5529; text-decoration: underline; }
|
||||
|
||||
button.link:visited, link:visited { color: #3c5529; }
|
||||
button.link:visited, link:visited { color: #404540; }
|
||||
|
||||
*:selected button.link:visited, *:selected link:visited { color: #182210; }
|
||||
*:selected button.link:visited, *:selected link:visited { color: #1a1c1a; }
|
||||
|
||||
button.link:hover, link:hover { color: #6cb32b; }
|
||||
button.link:hover, link:hover { color: #54773a; }
|
||||
|
||||
*:selected button.link:hover, *:selected link:hover { color: #0b1204; }
|
||||
*:selected button.link:hover, *:selected link:hover { color: #080c06; }
|
||||
|
||||
button.link:active, link:active { color: #538a21; }
|
||||
button.link:active, link:active { color: #3c5529; }
|
||||
|
||||
*:selected button.link:active, *:selected link:active { color: #111c07; }
|
||||
*:selected button.link:active, *:selected link:active { color: #0c1108; }
|
||||
|
||||
button.link:disabled, link:disabled { color: rgba(86, 86, 86, 0.8); }
|
||||
button.link:disabled, link:disabled { color: rgba(63, 63, 63, 0.8); }
|
||||
|
||||
button.link:selected, *:selected button.link, link:selected, *:selected link { color: #111c07; }
|
||||
button.link:selected, *:selected button.link, link:selected, *:selected link { color: #0c1108; }
|
||||
|
||||
link { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
|
||||
|
||||
|
|
@ -737,7 +737,7 @@ menubar { padding: 0px; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
|
|||
|
||||
menubar > item { min-height: 16px; padding: 4px 8px; }
|
||||
|
||||
menubar > item:selected { box-shadow: inset 0 -3px #b0dd7e; color: #538a21; }
|
||||
menubar > item:selected { box-shadow: inset 0 -3px #b0dd7e; color: #3c5529; }
|
||||
|
||||
menubar > item:disabled { color: #552222; box-shadow: none; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue