mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
committed by
Franco Fichtner
parent
f996b10909
commit
3ec8ce2a9f
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@
|
||||
}
|
||||
.bootstrap-dialog.type-success {
|
||||
.modal-header {
|
||||
background-color: #9BD275;
|
||||
background-color: #c35d12;
|
||||
}
|
||||
}
|
||||
.bootstrap-dialog.type-warning {
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user