Button hover bg color fix
This commit is contained in:
parent
72bc061733
commit
f9c99673f8
1 changed files with 2 additions and 2 deletions
|
@ -1001,8 +1001,8 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||
/*ANIMATIONS*/
|
||||
/*Hover background for section title buttons*/
|
||||
.button-flat:hover {
|
||||
background: rgba(0, 164, 220, 0.2);
|
||||
color: #00a4dc !important;
|
||||
background: rgba(221, 78, 130, 15%);
|
||||
color: rgba(var(--accent)) !important;
|
||||
}
|
||||
.dashboardSection h3 {
|
||||
margin: .5em .0em .5em .5em;
|
||||
|
|
Loading…
Reference in a new issue