mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
inverting colors
This commit is contained in:
parent
ef5a7a1ffb
commit
b0ca9f3629
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.top thead td {
|
||||
background: #777;
|
||||
background: #666;
|
||||
border-bottom: 1px solid #fff;
|
||||
height: 25px;
|
||||
text-align: right;
|
||||
|
@ -66,12 +66,12 @@
|
|||
|
||||
.top-link:hover {
|
||||
color: #fff;
|
||||
background: #555;
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.top-link:active{
|
||||
color: #ccc;
|
||||
background: #555;
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.top-selected-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue