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

fixed green add series button hover

This commit is contained in:
GilbN 2018-08-17 16:29:20 +02:00
parent cd30aa96c1
commit f23555e21b
2 changed files with 16 additions and 2 deletions

View File

@ -222,6 +222,13 @@ div.form-group > label {
background-color: hsla(0,0%,100%,.08);
}
/* Add Series */
#add-series-screen .existing-series {
background-color: rgba(0, 0, 0, 0);
color: #fff;
box-shadow: 0 0 10px 1px #000000;
}
/* Calendar page */
.calendar .success {
@ -517,7 +524,7 @@ pre {
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
color: #fff;
background-color: #449d44;
background-color: #449d44 !important;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background-color: hsla(0,0%,100%,.08);

View File

@ -262,6 +262,13 @@ div.form-group > label {
background-color: hsla(0,0%,100%,.08);
}
/* Add Series */
#add-series-screen .existing-series {
background-color: rgba(0, 0, 0, 0);
color: #fff;
box-shadow: 0 0 10px 1px #000000;
}
/* Calendar page */
.calendar .success {
@ -557,7 +564,7 @@ pre {
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
color: #fff;
background-color: #449d44;
background-color: #449d44 !important;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background-color: hsla(0,0%,100%,.08);