From 667fd57cab4a5f544052882cb7dd376415066b77 Mon Sep 17 00:00:00 2001 From: Kareem Zidane Date: Tue, 24 May 2016 12:58:18 +0200 Subject: [PATCH] changes on-hover bg color for Run and Preview the on-hover background color for Run/Debug and Preview buttons is brighter than it should (#E6E6E6) in Cloud9 Night theme. it doesn't match that of the menus. this changes the value of the background CSS property, of the relevant classes, to the matching color (#303130). --- plugins/c9.ide.layout.classic/themes/flat-dark.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/c9.ide.layout.classic/themes/flat-dark.less b/plugins/c9.ide.layout.classic/themes/flat-dark.less index be6a89e9..8902aa4f 100644 --- a/plugins/c9.ide.layout.classic/themes/flat-dark.less +++ b/plugins/c9.ide.layout.classic/themes/flat-dark.less @@ -1,7 +1,7 @@ @import "plugins/c9.ide.layout.classic/themes/flat-light.less"; .bartools .c9-toolbarbutton-glossyOver{ - background: #E6E6E6; + background: #303130; } .bartools .c9-toolbarbutton-glossymenuDown{ @@ -221,4 +221,4 @@ @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) { -} \ No newline at end of file +}