mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
aligined controls with new hover scheme
This commit is contained in:
parent
7dcaabff39
commit
41f9fa4ebd
1 changed files with 3 additions and 3 deletions
|
@ -496,11 +496,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-controls:hover {
|
.data-controls:hover {
|
||||||
color: #333;
|
color: #fff;
|
||||||
background-color: #ccc;
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-controls:active {
|
.data-controls:active {
|
||||||
color: #ffffff;
|
|
||||||
background-color: #f79b44;
|
background-color: #f79b44;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue