1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-02-03 12:54:19 +01:00

Tweaks to buttons in find bar and input line backgrounds

This commit is contained in:
Rob Cameron 2014-02-26 18:02:17 -08:00
parent c6fc51859c
commit e8b6a2f366
2 changed files with 6 additions and 5 deletions

View File

@ -7,13 +7,11 @@
&:hover { &:hover {
color: @text-color-highlight; color: @text-color;
} }
&.selected, &.selected,
&.selected:hover { &.selected:hover {
color: @text-color-highlight; color: @text-color-highlight;
&:hover { &:hover {
} }
@ -29,6 +27,10 @@
.btn { .btn {
.btn-background(@button-background-color, @button-background-color-hover, @button-background-color-selected, @text-color); .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 { .btn.btn-primary {

View File

@ -18,8 +18,7 @@
} }
.editor.editor-colors.mini.is-focused { .editor.editor-colors.mini.is-focused {
background-color: darken(@editor-background-color, 3%); .selection .region { background-color: lighten(@app-background-color, 5%); }
.selection .region { background-color: desaturate(@background-color-info, 50%); }
transition: background-color 0.1s transition: background-color 0.1s
} }