Theme gideonstar: Fade-Effekt hinzugefügt
This commit is contained in:
parent
fbc85cf13c
commit
2fdf5e9275
@ -40,11 +40,13 @@ body {
|
|||||||
.active {
|
.active {
|
||||||
background-color: #ffb703;
|
background-color: #ffb703;
|
||||||
outline: 2px dashed #fb8500;
|
outline: 2px dashed #fb8500;
|
||||||
|
transition: .3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inactive {
|
.inactive {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
outline: 2px dashed #d5d5d5;
|
outline: 2px dashed #d5d5d5;
|
||||||
|
transition: .3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user