mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
increasing hover contrast
This commit is contained in:
parent
02b549f942
commit
73ed11210c
1 changed files with 10 additions and 12 deletions
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.top thead td {
|
.top thead td {
|
||||||
background: #666;
|
background: #505050;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -336,19 +336,19 @@
|
||||||
|
|
||||||
.data-row:hover {
|
.data-row:hover {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f7f6ed;
|
background-color: #f2f2e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datarowhover {
|
.datarowhover {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f7f6ed;
|
background-color: #f2f2e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-null {
|
.data-null {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 990px;
|
width: 990px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-top:1px dotted #e3e3e3;
|
border-top:1px dotted #d3d3d3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-spacer {
|
.data-spacer {
|
||||||
|
@ -358,7 +358,7 @@
|
||||||
|
|
||||||
.data-add {
|
.data-add {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f7f6ed;
|
background-color: #f2f2e9;
|
||||||
border-left: 1px solid #e9e9e9;
|
border-left: 1px solid #e9e9e9;
|
||||||
border-right: 1px solid #e9e9e9;
|
border-right: 1px solid #e9e9e9;
|
||||||
border-bottom: 1px solid #e9e9e9;
|
border-bottom: 1px solid #e9e9e9;
|
||||||
|
@ -367,7 +367,7 @@
|
||||||
.data-dotted {
|
.data-dotted {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
border-top:1px dotted #e3e3e3;
|
border-top:1px dotted #d3d3d3;
|
||||||
padding: 0 0 26px 0;
|
padding: 0 0 26px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -431,7 +431,7 @@
|
||||||
.data-controls {
|
.data-controls {
|
||||||
float: right;
|
float: right;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
border-left: 1px solid #e3e3e3;
|
border-left: 1px solid #d3d3d3;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding: 2px 12px 1px 6px;
|
padding: 2px 12px 1px 6px;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
|
@ -513,8 +513,7 @@
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #484243;
|
color: #505050;
|
||||||
color: #5c5455;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cron-counter-name {
|
.cron-counter-name {
|
||||||
|
@ -522,15 +521,14 @@
|
||||||
line-height: 0.8em;
|
line-height: 0.8em;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding: 4 0 0 0;
|
padding: 4 0 0 0;
|
||||||
color: #484243;
|
color: #505050;
|
||||||
color: #5c5455;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-value {
|
.counter-value {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: black;
|
color: #000;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue