mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
styling tweaks
This commit is contained in:
@@ -181,6 +181,7 @@ $input-border: 1px solid $input-border-color;
|
||||
@at-root textarea#{&} {
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
// Unstyle the caret on `<select>`s in IE10+.
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
margin: 0 62px;
|
||||
border-left: 2px solid #ac5224;
|
||||
border-radius: 3px;
|
||||
box-shadow: $popover-shadow;
|
||||
}
|
||||
|
||||
.panel-editor__scroll {
|
||||
@@ -167,8 +168,8 @@
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: 79px;
|
||||
left: 5px;
|
||||
align-items: center;
|
||||
left: 9px;
|
||||
align-items: flex-start;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
@@ -176,7 +177,7 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 25px;
|
||||
left: 21px;
|
||||
width: 2px;
|
||||
background: #8e8e8e;
|
||||
}
|
||||
@@ -198,7 +199,6 @@
|
||||
|
||||
&.active {
|
||||
position: relative;
|
||||
left: 4px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
flex: 0 0 auto;
|
||||
background: $toolbar-bg;
|
||||
border-radius: 3px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.toolbar__heading {
|
||||
|
||||
Reference in New Issue
Block a user