kopia lustrzana https://github.com/c9/core
Merge pull request +6523 from c9/fix/various
Fix several small issuespull/39/head^2
commit
2c7a6b2055
|
@ -97,6 +97,9 @@
|
||||||
.image-2x(@ace-warning, 16px, 16px, no-repeat);
|
.image-2x(@ace-warning, 16px, 16px, no-repeat);
|
||||||
background-position: 3px 0px;
|
background-position: 3px 0px;
|
||||||
}
|
}
|
||||||
|
.ace_gutter-layer .ace_gutter-cell.ace_info when not (@ace-info = "") {
|
||||||
|
.image-2x(@ace-info, 16px, 16px, no-repeat);
|
||||||
|
}
|
||||||
.ace_gutter-layer .ace_gutter-cell.ace_breakpoint {
|
.ace_gutter-layer .ace_gutter-cell.ace_breakpoint {
|
||||||
.image-2x(@ace-breakpoint, 16px, 16px, no-repeat);
|
.image-2x(@ace-breakpoint, 16px, 16px, no-repeat);
|
||||||
background-position: 3px center;
|
background-position: 3px center;
|
||||||
|
|
|
@ -2268,8 +2268,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-2x(@image; @width; @height; @repeat: no-repeat; @important: false) {
|
.image-2x(@image; @width; @height; @repeat: no-repeat; @important: false) {
|
||||||
@filename : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[1]`;
|
@filename : ~`/(.*)\.(jpg|jpeg|png|gif)|$/.exec(@{image})[1] || ""`;
|
||||||
@extension : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[2]`;
|
@extension : ~`/(.*)\.(jpg|jpeg|png|gif)|$/.exec(@{image})[2] || ""`;
|
||||||
background-image: ~`(function(){ return "url(@{filename}.@{extension})" + ("@{important}" == "true" ? ' !important' : '');})()`;
|
background-image: ~`(function(){ return "url(@{filename}.@{extension})" + ("@{important}" == "true" ? ' !important' : '');})()`;
|
||||||
background-repeat: @repeat;
|
background-repeat: @repeat;
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
@ace-status-label-hover-color: @ace-status-color;
|
@ace-status-label-hover-color: @ace-status-color;
|
||||||
@ace-status-label-active-color: @ace-status-color;
|
@ace-status-label-active-color: @ace-status-color;
|
||||||
|
|
||||||
|
@ace-info: "";
|
||||||
@ace-error: "@{image-path}/ace_error_light.png";
|
@ace-error: "@{image-path}/ace_error_light.png";
|
||||||
@ace-warning: "@{image-path}/ace_warning_light.png";
|
@ace-warning: "@{image-path}/ace_warning_light.png";
|
||||||
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
@ace-status-label-hover-color: @ace-status-color;
|
@ace-status-label-hover-color: @ace-status-color;
|
||||||
@ace-status-label-active-color: @ace-status-color;
|
@ace-status-label-active-color: @ace-status-color;
|
||||||
|
|
||||||
|
@ace-info: "";
|
||||||
@ace-error: "@{image-path}/ace_error_light.png";
|
@ace-error: "@{image-path}/ace_error_light.png";
|
||||||
@ace-warning: "@{image-path}/ace_warning_light.png";
|
@ace-warning: "@{image-path}/ace_warning_light.png";
|
||||||
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
@ace-status-label-hover-color: darken(#333, @darken-chrome);
|
@ace-status-label-hover-color: darken(#333, @darken-chrome);
|
||||||
@ace-status-label-active-color: darken(#63acff, @darken-chrome);
|
@ace-status-label-active-color: darken(#63acff, @darken-chrome);
|
||||||
|
|
||||||
|
@ace-info: "@{theme-image-path}/ace_info_flat_light.png";
|
||||||
@ace-error: "@{image-path}/ace_error_flat_light.png";
|
@ace-error: "@{image-path}/ace_error_flat_light.png";
|
||||||
@ace-warning: "@{image-path}/ace_warning_flat_light.png";
|
@ace-warning: "@{image-path}/ace_warning_flat_light.png";
|
||||||
@ace-breakpoint: "@{theme-icon-path}/debugger/brkp_obj_flat_light.png";
|
@ace-breakpoint: "@{theme-icon-path}/debugger/brkp_obj_flat_light.png";
|
||||||
|
@ -405,7 +406,7 @@
|
||||||
@pane-button-shadow-right: -42px -123px; //-124px;
|
@pane-button-shadow-right: -42px -123px; //-124px;
|
||||||
|
|
||||||
@pane-button-active-shadow-opacity : 1;
|
@pane-button-active-shadow-opacity : 1;
|
||||||
@pane-button-active-shadow-middle: 0 -1353px;
|
@pane-button-active-shadow-middle: 0 50px;
|
||||||
@pane-button-active-shadow-left: 0 -122px; //-123px;
|
@pane-button-active-shadow-left: 0 -122px; //-123px;
|
||||||
@pane-button-active-shadow-right: -42px -122px; //-123px;
|
@pane-button-active-shadow-right: -42px -122px; //-123px;
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
@ace-status-label-hover-color: @ace-status-color;
|
@ace-status-label-hover-color: @ace-status-color;
|
||||||
@ace-status-label-active-color: @ace-status-color;
|
@ace-status-label-active-color: @ace-status-color;
|
||||||
|
|
||||||
|
@ace-info: "";
|
||||||
@ace-error: "@{image-path}/ace_error_light.png";
|
@ace-error: "@{image-path}/ace_error_light.png";
|
||||||
@ace-warning: "@{image-path}/ace_warning_light.png";
|
@ace-warning: "@{image-path}/ace_warning_light.png";
|
||||||
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
@ace-status-label-hover-color: @ace-status-color;
|
@ace-status-label-hover-color: @ace-status-color;
|
||||||
@ace-status-label-active-color: @ace-status-color;
|
@ace-status-label-active-color: @ace-status-color;
|
||||||
|
|
||||||
|
@ace-info: "";
|
||||||
@ace-error: "@{image-path}/ace_error_light.png";
|
@ace-error: "@{image-path}/ace_error_light.png";
|
||||||
@ace-warning: "@{image-path}/ace_warning_light.png";
|
@ace-warning: "@{image-path}/ace_warning_light.png";
|
||||||
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
@ace-breakpoint: "@{icon-path}/debugger/brkp_obj.png";
|
||||||
|
|
|
@ -330,10 +330,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ace_gutter-cell.ace_info{
|
|
||||||
.image-2x("@{theme-image-path}/ace_info_flat_light.png", 16px, 16px, no-repeat, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
.c9-toolbarbutton-glossy .c9-icon {
|
.c9-toolbarbutton-glossy .c9-icon {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue