mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +01:00
Tweaks to buttons in find bar and input line backgrounds
This commit is contained in:
parent
c6fc51859c
commit
e8b6a2f366
@ -7,13 +7,11 @@
|
||||
|
||||
|
||||
&:hover {
|
||||
color: @text-color-highlight;
|
||||
|
||||
color: @text-color;
|
||||
}
|
||||
&.selected,
|
||||
&.selected:hover {
|
||||
color: @text-color-highlight;
|
||||
|
||||
&:hover {
|
||||
|
||||
}
|
||||
@ -29,6 +27,10 @@
|
||||
|
||||
.btn {
|
||||
.btn-background(@button-background-color, @button-background-color-hover, @button-background-color-selected, @text-color);
|
||||
&:active {
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
|
@ -18,8 +18,7 @@
|
||||
}
|
||||
|
||||
.editor.editor-colors.mini.is-focused {
|
||||
background-color: darken(@editor-background-color, 3%);
|
||||
.selection .region { background-color: desaturate(@background-color-info, 50%); }
|
||||
.selection .region { background-color: lighten(@app-background-color, 5%); }
|
||||
transition: background-color 0.1s
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user