|
|
@@ -1,42 +1,20 @@
|
|
|
.grafana-options-table {
|
|
|
width: 100%;
|
|
|
|
|
|
- tr:nth-child(odd) td {
|
|
|
- background-color: @grafanaListAccent;
|
|
|
- &.nobg {
|
|
|
- background-color: transparent;
|
|
|
- border:none;
|
|
|
- border-left: 1px solid @grafanaListBorderBottom;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- td {
|
|
|
+ tr td {
|
|
|
+ background-color: @grafanaListBackground;
|
|
|
padding: 5px 10px;
|
|
|
white-space: nowrap;
|
|
|
- border-bottom: 1px solid @grafanaListBorderBottom;
|
|
|
+ border-bottom: 4px solid @grafanaPanelBackground;
|
|
|
&.nobg {
|
|
|
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 {
|
|
|
+ padding-right: 0px;
|
|
|
.btn {
|
|
|
+ box-sizing: border-box;
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|