Commit 5591ba3b authored by Patrick Schmalstig's avatar Patrick Schmalstig
Browse files

Fixed MANTIS-5541 (Icons / text on Comcode buttons not following theme color guidelines)

parent 2fda75e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ span.validated-checkbox + input[name="validated"].input-tick {
/*{+END}*/

.btn-comcode {
	color: {$GET,WB} !important;
	color: {$GET,button_primary_text} !important;
	position: relative;
	overflow: hidden;
	padding: 2px 4px;