From bffb795d7abf4c55773b0ea04731b9d50231358a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 19 Sep 2015 10:54:17 +0200 Subject: [PATCH] feat(timepicker): small style change for timepicker --- public/less/timepicker.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/less/timepicker.less b/public/less/timepicker.less index 3884f5f5df7..7276e1275f8 100644 --- a/public/less/timepicker.less +++ b/public/less/timepicker.less @@ -16,7 +16,6 @@ li.gf-timepicker-open a { background-color: @grafanaPanelBackground; - .box-shadow(0px 10px 0px @grafanaPanelBackground); } .gf-timepicker-absolute-section { @@ -35,8 +34,8 @@ li.gf-timepicker-open a { } .gf-timepicker-utc { - background-color: @blueDark; - color: @white; + background-color: @grafanaTargetFuncBackground; + color: @orange; font-size: 75%; padding: 3px; border-radius: 2px;