mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
aggregated input faking
This commit is contained in:
parent
19614722cf
commit
377aa16f2c
2
src/css/bootstrap.dark.min.css
vendored
2
src/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/bootstrap.light.min.css
vendored
2
src/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
6
src/vendor/bootstrap/less/overrides.less
vendored
6
src/vendor/bootstrap/less/overrides.less
vendored
@ -10,6 +10,12 @@
|
||||
color: @black;
|
||||
}
|
||||
|
||||
div.fake-input {
|
||||
background-color: @inputBackground;
|
||||
border: 1px solid @inputBorder;
|
||||
.border-radius(@inputBorderRadius @inputBorderRadius @inputBorderRadius @inputBorderRadius);
|
||||
}
|
||||
|
||||
.editor-title {
|
||||
margin-right: 10px;
|
||||
font-size: 1.7em;
|
||||
|
Loading…
Reference in New Issue
Block a user