mirror of https://github.com/grafana/grafana
parent
fcc3a7f6e4
commit
37b031afcf
@ -0,0 +1,37 @@ |
||||
|
||||
.sp-replacer { |
||||
background: inherit; |
||||
border: none; |
||||
color: inherit; |
||||
padding: 0; |
||||
} |
||||
|
||||
.sp-replacer:hover, .sp-replacer.sp-active { |
||||
border-color: inherit; |
||||
color: inherit; |
||||
} |
||||
|
||||
.sp-container { |
||||
border-radius: 0; |
||||
background-color: @heroUnitBackground; |
||||
border: none; |
||||
padding: 0; |
||||
} |
||||
|
||||
.sp-palette-container, .sp-picker-container { |
||||
border: none; |
||||
} |
||||
|
||||
.sp-dd { |
||||
display: none; |
||||
} |
||||
|
||||
.sp-preview { |
||||
position: relative; |
||||
width: 15px; |
||||
height: 15px; |
||||
border: none; |
||||
margin-right: 5px; |
||||
float: left; |
||||
z-index: 0; |
||||
} |
Loading…
Reference in new issue