|
|
@@ -222,6 +222,14 @@ form input.ng-invalid {
|
|
|
margin: 0px 10px;
|
|
|
}
|
|
|
|
|
|
+.row-close {
|
|
|
+ padding: 0px;
|
|
|
+ margin: 0px;
|
|
|
+ min-height: 30px !important;
|
|
|
+ line-height: 30px;
|
|
|
+ background: @kibanaPanelBackground;
|
|
|
+}
|
|
|
+
|
|
|
.row-open {
|
|
|
margin-top: 5px;
|
|
|
left:-34px;
|
|
|
@@ -563,7 +571,7 @@ div.flot-text {
|
|
|
&-success[href] { background-color: darken(@successText, 10%); }
|
|
|
// Info (turquoise)
|
|
|
&-info { background-color: @purple; }
|
|
|
- &-info[href] { background-color: darken(@infoText, 10%); }
|
|
|
+ &-info[href] { background-color: darken(@purple, 10%); }
|
|
|
// Inverse (black)
|
|
|
&-inverse { background-color: @grayDark; }
|
|
|
&-inverse[href] { background-color: darken(@grayDark, 10%); }
|