Changed theme.css file (#5979)

* Changed theme.css file

* Changed location of code change

* Added color variable instead of hard-coded color

* Formatting

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
Sven Eschlbeck 2022-12-28 16:28:34 +01:00 committed by GitHub
parent e74b950712
commit bd9bce564e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -206,6 +206,13 @@
}
}
.panel-info {
border:2px solid @info;
}
.panel-info .panel-heading {
color: @info;
}
.panel.pulse,
.panel.fadeIn {
-webkit-animation-duration: 200ms;