1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

fixed import/add/suggestion hover color

This commit is contained in:
GilbN 2018-08-17 14:51:06 +02:00
parent a3371a4fa5
commit 02cea3390d
2 changed files with 8 additions and 0 deletions

View File

@ -217,6 +217,10 @@ div.form-group > label {
background-color: #1f1f1f;
color: white;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active,
.btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
background-color: hsla(0,0%,100%,.08);
}
/* Calendar page */

View File

@ -257,6 +257,10 @@ div.form-group > label {
background-color: #1f1f1f;
color: white;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active,
.btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
background-color: hsla(0,0%,100%,.08);
}
/* Calendar page */