Theme/Tukan - dialog color fix for "Result - Magic packet was sent successfully."

dialog color fix for "Result - Magic packet was sent successfully."
This commit is contained in:
opnsenseuser
2019-05-01 22:34:14 +02:00
committed by Franco Fichtner
parent f996b10909
commit 3ec8ce2a9f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-tukan
PLUGIN_VERSION= 1.14
PLUGIN_VERSION= 1.15
PLUGIN_COMMENT= The tukan theme - blue/white
PLUGIN_MAINTAINER= rene@team-rebellion.net
@@ -56,7 +56,7 @@
}
.bootstrap-dialog.type-success {
.modal-header {
background-color: #9BD275;
background-color: #c35d12;
}
}
.bootstrap-dialog.type-warning {
@@ -47,7 +47,7 @@
background-color: #EA7105;
}
.bootstrap-dialog.type-success .modal-header {
background-color: #9BD275;
background-color: #c35d12;
}
.bootstrap-dialog.type-warning .modal-header {
background-color: #CF361C;