mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
fix event hover color for age range and theme
This commit is contained in:
parent
c3505c1419
commit
401e88cd88
@ -424,14 +424,14 @@
|
||||
}
|
||||
|
||||
.event:hover {
|
||||
//background-color: #cb1117;
|
||||
color: white;
|
||||
// background-color: #cb1117;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.event:hover * {
|
||||
color: #eee;
|
||||
border-color: #eee;
|
||||
color: #eee !important;
|
||||
border-color: #eee;
|
||||
}
|
||||
|
||||
.box-h-m {
|
||||
|
Loading…
Reference in New Issue
Block a user