Forráskód Böngészése

small css fix to light theme

Torkel Ödegaard 12 éve
szülő
commit
207bf183c8

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
src/css/bootstrap.dark.min.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
src/css/bootstrap.light.min.css


+ 4 - 4
src/css/less/grafana.less

@@ -173,7 +173,7 @@
   }
   }
   .close {
   .close {
     margin-right: 5px;
     margin-right: 5px;
-    color: white;
+    color: @linkColor;
     opacity: 0.7;
     opacity: 0.7;
     text-shadow: none;
     text-shadow: none;
   }
   }
@@ -310,7 +310,7 @@
 
 
 input[type=text].grafana-target-text-input {
 input[type=text].grafana-target-text-input {
   padding: 5px 7px;
   padding: 5px 7px;
-  border: 1px solid #050505;
+  border: 1px solid @grafanaTargetSegmentBorder;
   margin: 0px;
   margin: 0px;
   background: transparent;
   background: transparent;
   width: 80%;
   width: 80%;
@@ -341,9 +341,9 @@ input[type=text].func-param {
 .grafana-func-editor {
 .grafana-func-editor {
   min-width: 140px;
   min-width: 140px;
   .grafana-func-editor-header {
   .grafana-func-editor-header {
-    background: #41474c;
+    background: @grafanaTargetFuncHightlight;
     text-align: center;
     text-align: center;
-    border-bottom: 1px solid #353a3e;
+    border-bottom: 1px solid @grafanaTargetFuncBackground;
     padding: 3px 5px;
     padding: 3px 5px;
     white-space: nowrap;
     white-space: nowrap;
   }
   }

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott