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).
pull/313/head
Kareem Zidane 2016-05-24 12:58:18 +02:00
rodzic 038e78982f
commit 667fd57cab
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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) {
}
}