Tweak colors, remove hover

This commit is contained in:
Colin McLeod
2015-06-02 22:18:47 -07:00
parent b678b81d8d
commit 0ae4957976
3 changed files with 5 additions and 17 deletions

View File

@@ -4,11 +4,11 @@
@bgTransparency: 10%;
// Foreground colors
@fg: #DDD;
@fg: #CCC;
@primary: #FF8C0D; // Light Orange
@secondary: #1FB0FF; // Light blue
@warning: #FF3B00; // Dark Orange
@disabled: #888; // Light grey
@disabled: #555; // Light grey
@primary-disabled: darken(@primary, @disabledDarken);
@secondary-disabled: darken(@secondary, @disabledDarken);
@warning-disabled: darken(@warning, @disabledDarken);

View File

@@ -31,7 +31,7 @@
box-sizing: border-box;
background-color: @primary-bg;
border: 1px solid @primary-disabled;
color: @disabled;
color: @fg;
fill: @disabled;
.details {
@@ -47,7 +47,7 @@
}
.l {
margin-right: 1em;
margin-right: 0.8em;
}
.sz {
@@ -71,17 +71,6 @@
line-height: 1.7em;
}
&:hover{
color: @fg;
fill: @fg;
border: 1px solid @primary;
.sz {
color: @primary;
border-right: 1px solid @primary;
}
}
&.selected {
color: @primary-bg;
background-color: @primary;

View File

@@ -44,8 +44,7 @@ thead {
tbody tr {
&.tr {
color: @disabled;
fill: @disabled;
color: @fg;
text-align: right;
&:hover {