kopia lustrzana https://github.com/c9/core
remove .font-smoothing less function
rodzic
c17ee02bab
commit
bb0d5a74e0
|
@ -205,6 +205,13 @@ function addCssPrefixes(css) {
|
||||||
if (prop[0] == "u" && string[index - 1] != "-") {
|
if (prop[0] == "u" && string[index - 1] != "-") {
|
||||||
return "-webkit-" + prop + value + "; -moz-" + prop + value + "; -ms-" + prop + value + "; " + _;
|
return "-webkit-" + prop + value + "; -moz-" + prop + value + "; -ms-" + prop + value + "; " + _;
|
||||||
}
|
}
|
||||||
|
else if (prop[0] == "f") {
|
||||||
|
if (/true/.test(value))
|
||||||
|
return "-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;";
|
||||||
|
if (/false/.test(value))
|
||||||
|
return "-webkit-font-smoothing: auto;-moz-osx-font-smoothing: auto;";
|
||||||
|
return _;
|
||||||
|
}
|
||||||
return _;
|
return _;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
padding: @ace-status-padding;
|
padding: @ace-status-padding;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
font-weight: @ace-status-font-weight;
|
font-weight: @ace-status-font-weight;
|
||||||
font-size: @ace-status-font-size;
|
font-size: @ace-status-font-size;
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
color: @collab-bubble-color;
|
color: @collab-bubble-color;
|
||||||
box-shadow: @collab-bubble-box-shadow;
|
box-shadow: @collab-bubble-box-shadow;
|
||||||
line-height: 11px;
|
line-height: 11px;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panelsbutton.collab .newnotifs.size1{
|
.panelsbutton.collab .newnotifs.size1{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.notificationlabel{
|
.notificationlabel{
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.notificationlabel u.close{
|
.notificationlabel u.close{
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
border-color: @language-tooltip-dark-border-color;
|
border-color: @language-tooltip-dark-border-color;
|
||||||
text-shadow: @language-tooltip-dark-text-shadow;
|
text-shadow: @language-tooltip-dark-text-shadow;
|
||||||
box-shadow: @language-tooltip-dark-box-shadow;
|
box-shadow: @language-tooltip-dark-box-shadow;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code_complete_text.ace_autocomplete {
|
.code_complete_text.ace_autocomplete {
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
background: @complete-dark-background;
|
background: @complete-dark-background;
|
||||||
border: 1px solid @complete-dark-border-color;
|
border: 1px solid @complete-dark-border-color;
|
||||||
box-shadow: @complete-dark-box-shadow, inset 1px 1px 0 @complete-dark-inner-border-color, inset -1px -1px 0 @complete-dark-inner-border-color;
|
box-shadow: @complete-dark-box-shadow, inset 1px 1px 0 @complete-dark-inner-border-color, inset -1px -1px 0 @complete-dark-inner-border-color;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code_complete_text .ace_scroller{
|
.code_complete_text .ace_scroller{
|
||||||
|
|
|
@ -272,7 +272,7 @@ body>.session_btn.curbtn{
|
||||||
}
|
}
|
||||||
.focus.session_btn.curbtn .sessiontab_title when(@pane-button-use-bold-focus = true) {
|
.focus.session_btn.curbtn .sessiontab_title when(@pane-button-use-bold-focus = true) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
.c9menu>div.menu_item.disabled{
|
.c9menu>div.menu_item.disabled{
|
||||||
color: @menu-item-disabled-color;
|
color: @menu-item-disabled-color;
|
||||||
text-shadow : none;
|
text-shadow : none;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c9menu>div.menu_item>u{
|
.c9menu>div.menu_item>u{
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
}
|
}
|
||||||
.searchbox.dark .sbtb_middle .input{
|
.searchbox.dark .sbtb_middle .input{
|
||||||
color : #f1f1f1;
|
color : #f1f1f1;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
.searchbox.dark .btnclose{
|
.searchbox.dark .btnclose{
|
||||||
background-image: url("@{image-path}/btnclose_flat_light.png");
|
background-image: url("@{image-path}/btnclose_flat_light.png");
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
.ace_tree.ace_tree_focus .selected .extrainfo{
|
.ace_tree.ace_tree_focus .selected .extrainfo{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-spinner {
|
.loading-spinner {
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox .ace_editor{
|
.searchbox .ace_editor{
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox .ace-tm .ace_marker-layer .ace_selected-word {
|
.searchbox .ace-tm .ace_marker-layer .ace_selected-word {
|
||||||
|
|
|
@ -385,7 +385,7 @@
|
||||||
|
|
||||||
.ace_tree.ace_tree_focus .selected .extrainfo{
|
.ace_tree.ace_tree_focus .selected .extrainfo{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-spinner {
|
.loading-spinner {
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
height: 15px;
|
height: 15px;
|
||||||
color: @spinner-color;
|
color: @spinner-color;
|
||||||
padding: @preferences-textbox-padding;
|
padding: @preferences-textbox-padding;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
border-radius: @preferences-textbox-border-radius;
|
border-radius: @preferences-textbox-border-radius;
|
||||||
font-family: @preferences-textbox-font-family;
|
font-family: @preferences-textbox-font-family;
|
||||||
font-size: @preferences-textbox-font-size;
|
font-size: @preferences-textbox-font-size;
|
||||||
|
|
|
@ -55,14 +55,14 @@
|
||||||
}
|
}
|
||||||
#restoring .loading-msg {
|
#restoring .loading-msg {
|
||||||
color: #717171;
|
color: #717171;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
margin: 58px 0 10px;
|
margin: 58px 0 10px;
|
||||||
}
|
}
|
||||||
#restoring .loading-details{
|
#restoring .loading-details{
|
||||||
margin: 3px 0 0 0;
|
margin: 3px 0 0 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #858E91;
|
color: #858E91;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
// font-family : Tahoma;
|
// font-family : Tahoma;
|
||||||
font-size : 15px;
|
font-size : 15px;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
.stickynote strong {
|
.stickynote strong {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
.blackdg.ace_tree_focus .newwatch.selected{
|
.blackdg.ace_tree_focus .newwatch.selected{
|
||||||
color : @datagrid-watch-new-focus !important;
|
color : @datagrid-watch-new-focus !important;
|
||||||
.font-smoothing(false);
|
font-smoothing: false;
|
||||||
}
|
}
|
||||||
.blackdg .watcherror{
|
.blackdg .watcherror{
|
||||||
color : @datagrid-watch-error;
|
color : @datagrid-watch-error;
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
z-index : 1000000;
|
z-index : 1000000;
|
||||||
box-shadow: @breakpoint-condition-box-shadow;
|
box-shadow: @breakpoint-condition-box-shadow;
|
||||||
margin-top: @breakpoint-condition-margin-top;
|
margin-top: @breakpoint-condition-margin-top;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
.condition_dialog>.message{
|
.condition_dialog>.message{
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: white;
|
background: white;
|
||||||
.font-smoothing(false);
|
font-smoothing: false;
|
||||||
font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
|
font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
|
||||||
height : 18px;
|
height : 18px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: @terminal-message-border;
|
border: @terminal-message-border;
|
||||||
box-shadow: @terminal-message-box-shadow;
|
box-shadow: @terminal-message-box-shadow;
|
||||||
.font-smoothing(true);
|
font-smoothing: true;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue