mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixes #88, Closed row css bug fix
This commit is contained in:
@@ -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%); }
|
||||
|
||||
Reference in New Issue
Block a user