mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small css changes
This commit is contained in:
parent
20b64d9b7e
commit
b1a95cacff
@ -33,8 +33,8 @@
|
|||||||
color: @textColor;
|
color: @textColor;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
left: 10px;
|
left: 9px;
|
||||||
top: 8px;
|
top: 7px;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1,42 +1,20 @@
|
|||||||
.grafana-options-table {
|
.grafana-options-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
tr:nth-child(odd) td {
|
tr td {
|
||||||
background-color: @grafanaListAccent;
|
background-color: @grafanaListBackground;
|
||||||
&.nobg {
|
|
||||||
background-color: transparent;
|
|
||||||
border:none;
|
|
||||||
border-left: 1px solid @grafanaListBorderBottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-bottom: 1px solid @grafanaListBorderBottom;
|
border-bottom: 4px solid @grafanaPanelBackground;
|
||||||
&.nobg {
|
&.nobg {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border:none;
|
|
||||||
border-left: 1px solid @grafanaListBorderBottom;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:first-child {
|
|
||||||
td {
|
|
||||||
border-top: 1px solid @grafanaListBorderBottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
td:first-child {
|
|
||||||
border-left: 1px solid @grafanaListBorderBottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
td:last-child {
|
|
||||||
border-right: 1px solid @grafanaListBorderBottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-width-btns {
|
.max-width-btns {
|
||||||
|
padding-right: 0px;
|
||||||
.btn {
|
.btn {
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user