kopia lustrzana https://github.com/c9/core
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
rodzic
038e78982f
commit
667fd57cab
|
@ -1,7 +1,7 @@
|
||||||
@import "plugins/c9.ide.layout.classic/themes/flat-light.less";
|
@import "plugins/c9.ide.layout.classic/themes/flat-light.less";
|
||||||
|
|
||||||
.bartools .c9-toolbarbutton-glossyOver{
|
.bartools .c9-toolbarbutton-glossyOver{
|
||||||
background: #E6E6E6;
|
background: #303130;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bartools .c9-toolbarbutton-glossymenuDown{
|
.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) {
|
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue