1
0
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:
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 {
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 {

View File

@ -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
}