update to new css gradient syntax

pull/467/head
nightwing 2017-08-14 18:50:11 +04:00
rodzic 25a094c47a
commit 98dc2b4787
54 zmienionych plików z 502 dodań i 549 usunięć

Wyświetl plik

@ -2,8 +2,7 @@ body {
margin: 0;
padding: 80px 100px;
font: 13px "Helvetica Neue", "Lucida Grande", "Arial";
background: #ECE9E9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ECE9E9));
background: #ECE9E9 -moz-linear-gradient(top, #fff, #ECE9E9);
background: #ECE9E9 linear-gradient(to bottom, #fff, #ECE9E9);
background-repeat: no-repeat;
color: #555;
-webkit-font-smoothing: antialiased;

Wyświetl plik

@ -6,7 +6,7 @@
overflow: hidden;
position: relative;
border-style: solid;
.gradient(~"@{gotoline-list-background}");
background-image: @gotoline-list-background;
color: @gotoline-list-color;
border-color: @gotoline-list-border-color;
border-width: @gotoline-list-border-width;
@ -20,7 +20,7 @@
text-align: right;
}
.dark .gotolinelist{
.gradient(~"@{gotoline-list-background-dark}");
background-image: @gotoline-list-background-dark;
color: @gotoline-list-color-dark;
border-color: @gotoline-list-border-color-dark;
border-width: @gotoline-list-border-width-dark;
@ -125,8 +125,7 @@
height : 15px;
padding : 2px 5px 2px 5px;
background-color: #ffffff;
.gradient(~"linear-gradient(center bottom,rgb(255,255,255) 50%,rgb(235,235,235) 100%)");
background: linear-gradient(0deg,rgb(255,255,255) 50%,rgb(235,235,235) 100%);
color: #0471cf;
margin: 0;
outline: none;
@ -168,7 +167,7 @@
}
.tbGotolineDisabled .sbtb_middle{
background: linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
background: linear-gradient(0deg,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
cursor : default;
}
]]></a:style>

Wyświetl plik

@ -94,7 +94,7 @@
.repl_lineWidgetContainer:before {
content: "";
top:0;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
height: 4px;
width: 100%;
position: absolute;
@ -102,7 +102,7 @@
.repl_lineWidgetContainer:after {
content: "";
bottom:0;
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), transparent);
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
height: 4px;
width: 100%;
position: absolute;

Wyświetl plik

@ -220,14 +220,10 @@
left: 10%;
right: 10%;
height: 1px;
/*.gradien("~linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%)");*/
margin-top: -4px;
z-index: -1;
}
/*.dark .ace_progress{*/
/* .gradient(~"linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%)");*/
/*}*/
.ace_progress.upload{
top: 1px;
left: 0px;
@ -241,10 +237,10 @@
.ace_progress div {
width: 10%;
height: 100%;
.gradient(~"linear-gradient(to right, rgba(40, 130, 190, 0) 0%,rgba(40, 130, 190, 1) 100%)");
background-image: linear-gradient(to right, rgba(40, 130, 190, 0) 0%,rgba(40, 130, 190, 1) 100%);
}
.dark .ace_progress div{
.gradient(~"linear-gradient(to right, rgba(113,170,12,0) 0%,rgba(113,170,12,1) 100%)");
background-image: linear-gradient(to right, rgba(113,170,12,0) 0%,rgba(113,170,12,1) 100%);
}

Wyświetl plik

@ -38,7 +38,7 @@
display: none;
z-index: 100000;
pointer-events: none;
.box-sizing(border-box);
box-sizing: border-box;
cursor : default;
}

Wyświetl plik

@ -125,7 +125,7 @@
height : 16px;
border-radius: 3px;
box-shadow: @collab-access-control-inactive-box-shadow;
.gradient(~"@{collab-access-control-inactive-gradient}");
background-image: @collab-access-control-inactive-gradient;
/*text-shadow: 0 1px rgba(0,0,0,0.5);*/
color : @collab-access-control-inactive-color;
@ -154,7 +154,7 @@
.memberstree.ace_tree_focus .selected .access_control.rw .readbutton,
.memberstree.ace_tree_focus .selected .access_control.r .writebutton{
.gradient(~"@{collab-tree-focus-access-control-active-gradient}");
background-image: @collab-tree-focus-access-control-active-gradient;
}
.access_control.rw .writebutton,

Wyświetl plik

@ -6,7 +6,7 @@
position: relative;
border: @bubble-border;
border-radius: @bubble-border-radius;
.gradient(~"@{bubble-gradient}");
background-image: @bubble-gradient;
padding: @bubble-padding;
color: @bubble-color;
margin-top: @bubble-margin-top;

Wyświetl plik

@ -44,7 +44,7 @@
top: @time-slider-play-top;
border-radius: @time-slider-play-border-radius;
border: @time-slider-play-border;
.gradient(~"@{time-slider-play-gradient}");
background-image: @time-slider-play-gradient;
box-shadow: @time-slider-play-box-shadow;
transition: box-shadow .1s;
}
@ -120,7 +120,7 @@
text-align: center;
border-radius: @time-slider-revert-border-radius;
box-shadow: @time-slider-revert-box-shadow;
.gradient(~"@{time-slider-revert-gradient}");
background-image: @time-slider-revert-gradient;
border: @time-slider-revert-border;
height: 15px;
padding: @time-slider-revert-padding;
@ -144,15 +144,15 @@
#timeslider .revert.disabled {
box-shadow: @time-slider-revert-disabled-box-shadow;
.gradient(~"@{time-slider-revert-disabled-gradient}");
background-image: @time-slider-revert-disabled-gradient;
color: @time-slider-revert-disabled-color;
}
#timeslider .revert:hover:not(.disabled){
.gradient(~"@{time-slider-revert-hover-gradient}");
background-image: @time-slider-revert-hover-gradient;
}
#timeslider .revert:active:not(.disabled){
box-shadow: @time-slider-revert-active-box-shadow;
.gradient(~"@{time-slider-revert-active-gradient}");
background-image: @time-slider-revert-active-gradient;
padding: @time-slider-revert-active-padding;
}
@ -171,22 +171,22 @@
border-radius: @time-slider-stepper-left-border-radius;
border-right: @time-slider-stepper-left-border-right;
box-shadow: @time-slider-stepper-left-box-shadow;
.gradient(~"@{time-slider-stepper-left-gradient}");
background-image: @time-slider-stepper-left-gradient;
z-index: 100;
}
#leftstep.disabled {
box-shadow: @time-slider-stepper-left-disabled-box-shadow;
.gradient(~"@{time-slider-stepper-left-disabled-gradient}");
background-image: @time-slider-stepper-left-disabled-gradient;
}
#leftstep.disabled:after{
opacity: 0.3;
}
#leftstep:hover:not(.disabled){
.gradient(~"@{time-slider-stepper-left-hover-gradient}");
background-image: @time-slider-stepper-left-hover-gradient;
}
#leftstep:active:not(.disabled){
box-shadow: @time-slider-stepper-left-active-box-shadow;
.gradient(~"@{time-slider-stepper-left-active-gradient}");
background-image: @time-slider-stepper-left-active-gradient;
}
#leftstep:active:not(.disabled):after {
margin: @time-slider-stepper-left-hover-icon-margin;
@ -207,21 +207,21 @@
border-left: @time-slider-stepper-right-border-left;
border-radius: @time-slider-stepper-right-border-radius;
box-shadow: @time-slider-stepper-right-box-shadow;
.gradient(~"@{time-slider-stepper-right-gradient}");
background-image: @time-slider-stepper-right-gradient;
}
#rightstep.disabled {
box-shadow: @time-slider-stepper-right-disabled-box-shadow;
.gradient(~"@{time-slider-stepper-right-disabled-gradient}");
background-image: @time-slider-stepper-right-disabled-gradient;
}
#rightstep.disabled:after{
opacity: 0.3;
}
#rightstep:hover:not(.disabled){
.gradient(~"@{time-slider-stepper-right-hover-gradient}");
background-image: @time-slider-stepper-right-hover-gradient;
}
#rightstep:active:not(.disabled){
box-shadow: @time-slider-stepper-right-active-box-shadow;
.gradient(~"@{time-slider-stepper-right-active-gradient}");
background-image: @time-slider-stepper-right-active-gradient;
}
#rightstep:active:not(.disabled):after {
margin: @time-slider-stepper-right-hover-icon-margin;
@ -298,7 +298,7 @@
top: 28px;
left: 71px;
border-radius: 4px;
.gradient(~"@{time-slider-bar-progress-gradient}");
background-image: @time-slider-bar-progress-gradient;
border-top: @time-slider-bar-progress-border-top;
z-index: 1;
box-shadow: @time-slider-bar-progress-box-shadow;
@ -331,7 +331,7 @@
width: 21px;
left: -2px;
z-index: 2;
.gradient(~"linear-gradient(bottom, #2d2d2d 0%, #454546 100%)");
background-image: linear-gradient(to top, #2d2d2d 0%, #454546 100%);
height: 13px;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,0.54);
@ -340,7 +340,7 @@
}
#ui-slider-handle:hover span when(@time-slider-handle-basic = false){
.gradient(~"linear-gradient(bottom, #383838 0%, #4F4F4F 100%)");
background-image: linear-gradient(to top, #383838 0%, #4F4F4F 100%);
}
#ui-slider-handle span:before when(@time-slider-handle-basic = false) {

Wyświetl plik

@ -1,9 +1,7 @@
.bk-window.login .bg-bk-content{
background-color : #303130;
background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
background-image: -moz-linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
background-image: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
border-top : 1px solid rgba(255,255,255,0.06);
top: 34px;

Wyświetl plik

@ -81,7 +81,7 @@
margin : 0;
border-radius: @installer-log-border-radius;
.gradient(~"@{installer-log-gradient}");
background-image: @installer-log-gradient;
border : @installer-log-border;
border-color : @installer-log-border-color;

Wyświetl plik

@ -6,7 +6,7 @@
color: @language-tooltip-color;
padding: 3px 5px;
line-height: 15px;
.box-shadow(~"@{language-tooltip-box-shadow}");
box-shadow: @language-tooltip-box-shadow;
text-shadow: @language-tooltip-text-shadow;
z-index: 300;
font-family: Arial;
@ -18,14 +18,14 @@
color: @language-tooltip-dark-color;
border-color: @language-tooltip-dark-border-color;
text-shadow: @language-tooltip-dark-text-shadow;
.box-shadow(~"@{language-tooltip-dark-box-shadow}");
box-shadow: @language-tooltip-dark-box-shadow;
.font-smoothing(true);
}
.code_complete_text.ace_autocomplete {
background: @complete-background;
border: 1px solid @complete-border-color;
.box-shadow(~"@{complete-box-shadow}, inset 1px 1px 0 @{complete-inner-border-color}, inset -1px -1px 0 @{complete-inner-border-color}");
box-shadow: @complete-box-shadow, inset 1px 1px 0 @complete-inner-border-color, inset -1px -1px 0 @complete-inner-border-color;
width: 270px;
line-height: 20px;
position: absolute;
@ -33,7 +33,7 @@
.code_complete_text.dark.ace_autocomplete {
background: @complete-dark-background;
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);
}
@ -56,20 +56,20 @@
overflow : auto;
position: absolute;
padding : 5px;
.box-sizing(border-box);
box-sizing: border-box;
z-index: 100000;
background-color: @complete-docs-background;
color: @complete-docs-color;
min-height: 100px;
max-width: 300px;
border: 1px solid @complete-docs-border-color;
.box-shadow(~"@{complete-box-shadow}, inset 1px 1px @{complete-inner-border-color}, inset -1px -1px @{complete-inner-border-color}");
box-shadow: @complete-box-shadow, inset 1px 1px @complete-inner-border-color, inset -1px -1px @complete-inner-border-color;
font-size: 12px;
}
.code_complete_doc_text.dark{
border: 1px solid @complete-dark-inner-border-color;
border: 1px solid @complete-dark-border-color;
.box-shadow(~"@{complete-dark-box-shadow}, inset 1px 1px @{complete-dark-inner-border-color}, inset -1px -1px @{complete-dark-inner-border-color}");
box-shadow: @complete-dark-box-shadow, inset 1px 1px @complete-dark-inner-border-color, inset -1px -1px @complete-dark-inner-border-color;
color: @complete-dark-docs-color;
background-color: @complete-dark-docs-background;
}
@ -195,7 +195,7 @@
}
.code_complete_text .ace_line>span{
padding : 0px 2px 0 1px;
.box-sizing(border-box);
box-sizing: border-box;
}
.code_complete_text .ace_line.ace_selected{
background: @complete-selected-background;

Wyświetl plik

@ -24,7 +24,7 @@
.language_highlight_occurrence_main {
position: absolute;
.box-sizing(border-box);
box-sizing: border-box;
border: solid 1px #888;
z-index: 2000;
}
@ -35,7 +35,7 @@
.language_highlight_occurrence_other {
position: absolute;
.box-sizing(border-box);
box-sizing: border-box;
border: solid 1px #888;
z-index: 2000;
}
@ -46,7 +46,7 @@
.language_rename_main {
position: absolute;
.box-sizing(border-box);
box-sizing: border-box;
z-index: 3;
box-shadow: 0 0 2px 2px rgba(194, 181, 29, 0.78);
}
@ -57,7 +57,7 @@
.language_rename_other {
position: absolute;
.box-sizing(border-box);
box-sizing: border-box;
z-index: 3;
box-shadow: 0 0 2px 1px rgba(214, 221, 38, 0.94) inset;
}

Wyświetl plik

@ -19,7 +19,7 @@
font-size: 11px;
font-family: Tahoma, Arial;
line-height: 10px;
.box-sizing(border-box);
box-sizing: border-box;
}
.outline.ace_tree .ace_tree_cell-layer>div>span:first-child{
padding : 0 0 0 0;

Wyświetl plik

@ -18,7 +18,7 @@
position : relative;
overflow : hidden;
height : @dialog-header-height;
.gradient(~"@{dialog-header-gradient}");
background-image: @dialog-header-gradient;
border-radius : @dialog-border-radius @dialog-border-radius 0 0;
border-bottom : @dialog-header-bottom-border;
box-shadow : @dialog-header-box-shadow;
@ -87,7 +87,7 @@
.bk-window.dark .bk-content{
background-color : @dialog-content-dark-background-color;
.gradient(~"@{dialog-content-dark-gradient}");
background-image: @dialog-content-dark-gradient;
border-top : @dialog-content-dark-border-top;
}

Wyświetl plik

@ -7,8 +7,8 @@
border: 1px solid @dropdown-black-border-color;
background: @dropdown-black-background;
.gradient(~"linear-gradient(bottom, @{dropdown-black-gradient-start} 0%, @{dropdown-black-gradient-stop} 100%)");
.box-shadow(~"@{dropdown-black-box-shadow}");
background-image: linear-gradient(0deg, @dropdown-black-gradient-start 0%, @dropdown-black-gradient-stop 100%);
box-shadow: @dropdown-black-box-shadow;
text-shadow: none;
min-height: @dropdown-black-height !important;
@ -42,11 +42,11 @@
}
.black_dropdownOver {
.gradient(~"linear-gradient(bottom, @{dropdown-black-hover-gradient-start} 0%, @{dropdown-black-hover-gradient-stop} 100%)");
background-image: linear-gradient(0deg, @dropdown-black-hover-gradient-start 0%, @dropdown-black-hover-gradient-stop 100%);
}
.black_dropdownDown {
background : #2d2d2d;
.gradient(~"linear-gradient(bottom, @{dropdown-black-active-gradient-start} 0%, @{dropdown-black-active-gradient-stop} 100%)");
background-image: linear-gradient(0deg, @dropdown-black-active-gradient-start 0%, @dropdown-black-active-gradient-stop 100%);
}
.c9-optionList {
@ -60,7 +60,7 @@
border : 1px solid @menu-border-color;
border-radius : 3px;
.box-shadow(~"@{dropdown-black-container-shadow}");
box-shadow: @dropdown-black-container-shadow;
margin-top: 1px;
}

Wyświetl plik

@ -1,6 +1,6 @@
.blackbutton {
.gradient(~"linear-gradient(top, @{button-black-background-1} 0%, @{button-black-background-2} 52%, @{button-black-background-3} 52%, @{button-black-background-4} 100%)");
.box-shadow(~"0 1px 0 @{button-black-highlight} inset, 0px 1px @{border-highlight-strong}");
background-image: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
box-shadow: 0 1px 0 @button-black-highlight inset, 0px 1px @border-highlight-strong;
border: 1px solid @button-black-border-color;
border-radius: 3px;
@ -18,11 +18,11 @@
color: @button-black-disabled-color;
}
.blackbuttonFocus {
.box-shadow(~"0 1px 0 @{button-black-highlight} inset, 0px 1px @{border-highlight-strong}, @{button-black-focus-highlight}");
box-shadow: 0 1px 0 @button-black-highlight inset, 0px 1px @border-highlight-strong, @button-black-focus-highlight;
}
.blackbuttonOver {
.box-shadow(~"0 1px 0 @{border-highlight-strong} inset, 0px 1px @{border-highlight-strong}, 0 0 0 1000px @{button-black-hover-shadow} inset");
box-shadow: 0 1px 0 @border-highlight-strong inset, 0px 1px @border-highlight-strong, 0 0 0 1000px @button-black-hover-shadow inset;
}
.blackbuttonDown {
.box-shadow(~"0 0 3px 2px @{button-black-active-inner-border} inset");
box-shadow: 0 0 3px 2px @button-black-active-inner-border inset;
}

Wyświetl plik

@ -1,5 +1,5 @@
.btn-default-css3 {
.gradient(~"@{button-grey-idle-gradient}");
background-image: @button-grey-idle-gradient;
border-radius: @button-border-radius;
@ -23,19 +23,19 @@
}
.btn-default-css3Over { //, .btn-default-css3:hover {
.gradient(~"@{button-grey-over-gradient}");
background-image: @button-grey-over-gradient;
}
.btn-default-css3Focus {
.gradient(~"@{button-grey-focus-gradient}");
background-image: @button-grey-focus-gradient;
}
.btn-default-css3Down { //, .btn-default-css3:active {
.gradient(~"@{button-grey-down-gradient}");
background-image: @button-grey-down-gradient;
}
.btn-default-css3Disabled {
.gradient(~"@{button-grey-disabled-gradient}");
background-image: @button-grey-disabled-gradient;
text-shadow: @button-grey-disabled-text-shadow;
color: @button-grey-disabled-color;
@ -82,40 +82,40 @@
/*-- GREEN --*/
.btn-default-css3.btn-green {
.gradient(~"@{button-green-idle-gradient}");
background-image: @button-green-idle-gradient;
text-shadow: @button-green-text-shadow;
color: @button-green-color;
}
.btn-default-css3.btn-green2 {
.gradient(~"@{button-green2-idle-gradient}");
background-image: @button-green2-idle-gradient;
text-shadow: @button-green2-text-shadow;
}
.btn-default-css3Over.btn-green { //, .btn-default-css3.btn-green:hover {
.gradient(~"@{button-green-over-gradient}");
background-image: @button-green-over-gradient;
}
.btn-default-css3Focus.btn-green {
.gradient(~"@{button-green-focus-gradient}");
background-image: @button-green-focus-gradient;
}
.btn-default-css3Down.btn-green { //, .btn-default-css3.btn-green:active {
.gradient(~"@{button-green-down-gradient}");
background-image: @button-green-down-gradient;
}
.btn-default-css3Down.btn-green2 {
.gradient(~"@{button-green2-down-gradient}");
background-image: @button-green2-down-gradient;
}
.btn-default-css3Disabled.btn-green {
.gradient(~"@{button-green-disabled-gradient}");
background-image: @button-green-disabled-gradient;
text-shadow: @button-green-disabled-text-shadow;
color: @button-green-disabled-color;
}
.btn-default-css3Disabled.btn-green2 {
.gradient(~"@{button-green2-disabled-gradient}");
background-image: @button-green2-disabled-gradient;
text-shadow: @button-green2-disabled-text-shadow;
color: @button-green2-disabled-color;
}
@ -140,25 +140,25 @@
/*-----------*/
/*-- RED --*/
.btn-default-css3.btn-red {
.gradient(~"@{button-red-idle-gradient}");
background-image: @button-red-idle-gradient;
text-shadow: @button-red-text-shadow;
color: @button-red-color;
}
.btn-default-css3Over.btn-red { //, .btn-default-css3.btn-red:hover {
.gradient(~"@{button-red-over-gradient}");
background-image: @button-red-over-gradient;
}
.btn-default-css3Focus.btn-red {
.gradient(~"@{button-red-focus-gradient}");
background-image: @button-red-focus-gradient;
}
.btn-default-css3Down.btn-red { //, .btn-default-css3.btn-red:active {
.gradient(~"@{button-red-down-gradient}");
background-image: @button-red-down-gradient;
}
.btn-default-css3Disabled.btn-red {
.gradient(~"@{button-red-disabled-gradient}");
background-image: @button-red-disabled-gradient;
text-shadow: @button-red-disabled-text-shadow;
color: @button-red-disabled-color;
}

Wyświetl plik

@ -3,7 +3,7 @@
height: 20px;
.user-select(none);
.box-sizing(border-box);
box-sizing: border-box;
border-radius: 3px;
border : 1px solid transparent;
}

Wyświetl plik

@ -14,12 +14,12 @@
height: 13px;
width: 7px;
display : block;
.box-shadow(~"0 1px @{border-highlight-strong}");
box-shadow: 0 1px @border-highlight-strong;
}
.btn_console_open span:after {
.gradient(~"linear-gradient(top, @{button-toggle-outset-2} 0%, @{button-toggle-outset-3} 100%)");
.box-shadow(~"0 1px @{button-toggle-outset-1} inset, 0 -1px @{button-toggle-divider}");
background-image: linear-gradient(to bottom, @button-toggle-outset-2 0%, @button-toggle-outset-3 100%);
box-shadow: 0 1px @button-toggle-outset-1 inset, 0 -1px @button-toggle-divider;
content: "";
width: 7px;
height: 6px;
@ -28,16 +28,16 @@
}
.btn_console_open:hover span:after {
.gradient(~"linear-gradient(top, @{button-toggle-hover-outset-2} 0%, @{button-toggle-hover-outset-3} 100%)");
.box-shadow(~"0 1px @{button-toggle-hover-outset-1} inset, 0 -1px @{button-toggle-divider}");
background-image: linear-gradient(to bottom, @button-toggle-hover-outset-2 0%, @button-toggle-hover-outset-3 100%);
box-shadow: 0 1px @button-toggle-hover-outset-1 inset, 0 -1px @button-toggle-divider;
}
.btn_console_openDown span:after {
.box-shadow(~"0 1px @{button-toggle-outset-1} inset, 0 1px @{button-toggle-divider}");
box-shadow: 0 1px @button-toggle-outset-1 inset, 0 1px @button-toggle-divider;
margin-top : 0px;
}
.btn_console_openDown:hover span:after {
.gradient(~"linear-gradient(top, @{button-toggle-hover-outset-2} 0%, @{button-toggle-hover-outset-3} 100%)");
.box-shadow(~"0 1px @{button-toggle-hover-outset-1} inset, 0 1px @{button-toggle-divider}");
background-image: linear-gradient(to bottom, @button-toggle-hover-outset-2 0%, @button-toggle-hover-outset-3 100%);
box-shadow: 0 1px @button-toggle-hover-outset-1 inset, 0 1px @button-toggle-divider;
}
.btn_console_open.btnDisabled {
cursor: default;

Wyświetl plik

@ -208,14 +208,14 @@
background-position: 50% -13px;
cursor: pointer;
height: 7px;
.box-shadow(~"0 1px @{border-highlight} inset");
box-shadow: 0 1px @border-highlight inset;
}
.c9-menu-bar.minimized .c9-mbar-cont:hover,
.c9-menu-bar.minimized .c9-mbar-bcont .c9-mbar-minimize:hover {
background-color: @menu-bar-minimized-hover-background;
background-position: 50% -21px;
.box-shadow(~"0 1px 0 0 @{menu-bar-minimized-hover-start} inset, 0 6px 0 0 @{menu-bar-minimized-hover-stop} inset");
box-shadow: 0 1px 0 0 @menu-bar-minimized-hover-start inset, 0 6px 0 0 @menu-bar-minimized-hover-stop inset;
}
.c9-menu-bar.minimized .c9-mbar-cont * {
display: none;

Wyświetl plik

@ -8,14 +8,14 @@
}
.c9-toolbarbutton-glossyOver {
border: 1px solid @button-glossy-hover-border-color;
.gradient(~"linear-gradient(top, @{button-glossy-hover-background-1} 0%, @{button-glossy-hover-background-2} 55%, @{button-glossy-hover-background-3} 55%, @{button-glossy-hover-background-4} 100%)");
.box-shadow(~"inset 1px 1px @{button-glossy-hover-shadow-color}, inset -1px -1px @{button-glossy-hover-shadow-color}");
background-image: linear-gradient(to bottom, @button-glossy-hover-background-1 0%, @button-glossy-hover-background-2 55%, @button-glossy-hover-background-3 55%, @button-glossy-hover-background-4 100%);
box-shadow: inset 1px 1px @button-glossy-hover-shadow-color, inset -1px -1px @button-glossy-hover-shadow-color;
text-shadow: @button-glossy-hover-text-shadow;
}
.c9-toolbarbutton-glossyDown, .c9-toolbarbutton-glossyActive {
border: 1px solid @button-glossy-active-border-color;
.gradient(~"linear-gradient(top, @{button-glossy-active-background-1} 0%, @{button-glossy-active-background-2} 55%, @{button-glossy-active-background-3} 55%, @{button-glossy-active-background-4} 100%)");
.box-shadow(~"inset 1px 1px @{button-glossy-active-shadow-color}, inset -1px -1px @{button-glossy-active-shadow-color}");
background-image: linear-gradient(to bottom, @button-glossy-active-background-1 0%, @button-glossy-active-background-2 55%, @button-glossy-active-background-3 55%, @button-glossy-active-background-4 100%);
box-shadow: inset 1px 1px @button-glossy-active-shadow-color, inset -1px -1px @button-glossy-active-shadow-color;
text-shadow: @button-glossy-active-text-shadow;
}
.c9-toolbarbutton-glossyDisabled{

Wyświetl plik

@ -10,9 +10,7 @@
.c9-toolbarbutton-lightOver,
.c9-toolbarbutton-lightDown {
background-color: rgba(255,255,255,.65);
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), transparent);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), transparent);
background-image: linear-gradient(bottom, rgba(0,0,0,.08), transparent);
background-image: linear-gradient(to top, rgba(0,0,0,.08), transparent);
border-color: rgba(128,128,128,.55);
box-shadow: 0 1px 0 0 rgba(255,255,255,.7) inset;
cursor: pointer;

Wyświetl plik

@ -47,8 +47,7 @@
box-shadow : 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
background : #343434;
background : -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), color-stop(1, #333333));
background :-moz-linear-gradient(center bottom, #333333 0%, #3a3a3a 100%) repeat scroll 0 0 transparent;
background : linear-gradient(to top, #333333 0%, #3a3a3a 100%) repeat scroll 0 0 transparent;
}
.c9-toolbarbutton .c9-label {
@ -108,9 +107,7 @@
background : #343434;
background : -webkit-gradient(linear, left top, left bottom, from(#282828), color-stop(1, #2e2e2e));
background :-moz-linear-gradient(center bottom, #2e2e2e 0%, #282828 100%) repeat scroll 0 0 transparent;
background : linear-gradient(to top, #2e2e2e 0%, #282828 100%) repeat scroll 0 0 transparent;
}
.c9-toolbarbuttonDown .c9-icon {

Wyświetl plik

@ -80,7 +80,6 @@
}
.tb_consoleDisabled .sbtb_middle{
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(235,235,235)),color-stop(0.4, rgb(255,255,255)));
background: -moz-linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
background: linear-gradient(to top,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
cursor : default;
}

Wyświetl plik

@ -33,8 +33,7 @@
}
.datagrid .headings div{
background : -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(229,229,229)),color-stop(1, rgb(248,248,248)));
background: -moz-linear-gradient(center bottom,rgb(229,229,229) 0%,rgb(248,248,248) 100%);
background: linear-gradient(to top,rgb(229,229,229) 0%,rgb(248,248,248) 100%);
overflow : hidden;
text-overflow : ellipsis;
color: #333;
@ -42,11 +41,7 @@
}
.docktab .datagrid .headings div {
background-image: linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
background-image: -o-linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
background-image: -moz-linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
background-image: -ms-linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
background-image: linear-gradient(to top, rgb(236,239,242) 0%, rgb(237,240,243) 49%, rgb(244,246,248) 50%, rgb(250,252,254) 100%);
border-bottom: 1px solid #e1e5ea;
}
@ -69,8 +64,7 @@
.datagrid .headings div.hover,
.datagrid .headings div.down,
.datagrid .headings div.drag{
background : -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(221,221,221)),color-stop(1, rgb(255,255,255)));
background: -moz-linear-gradient(center bottom,rgb(221,221,221) 0%,rgb(255,255,255) 100%);
background: linear-gradient(to top,rgb(221,221,221) 0%,rgb(255,255,255) 100%);
color : #555;
}
@ -195,13 +189,11 @@
}
.datagrid .records .selected, .datagrid .records .selected span{
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #CECECE),color-stop(1, #DEDEDE));
background: -moz-linear-gradient(center bottom,#CECECE 0%,#DEDEDE 100%);
background: linear-gradient(to top,#CECECE 0%,#DEDEDE 100%);
}
.datagridFocus .records .selected, .datagridFocus .records .selected span,
.datagridFocus .records .dragAppend, .datagridFocus .records .dragAppend span{
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(51,124,188)),color-stop(1, rgb(64,145,216)));
background: -moz-linear-gradient(center bottom,rgb(51,124,188) 0%,rgb(64,145,216) 100%);
background: linear-gradient(to top,rgb(51,124,188) 0%,rgb(64,145,216) 100%);
color : white;
}
/*.datagrid .records .editing, .datagrid .records .editing span{

Wyświetl plik

@ -1,6 +1,6 @@
.dropdown-dark-glossy {
.gradient(~"linear-gradient(top, @{button-black-background-1} 0%, @{button-black-background-2} 52%, @{button-black-background-3} 52%, @{button-black-background-4} 100%)");
.box-shadow(~"0 1px 0 @{border-highlight-strong} inset, 0px 1px @{border-highlight-strong}");
background-image: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
box-shadow: 0 1px 0 @border-highlight-strong inset, 0px 1px @border-highlight-strong;
border: 1px solid @button-black-border-color;
border-radius: 3px;
@ -52,11 +52,11 @@
}
.dropdown-dark-glossyOver {
.box-shadow(~"0 1px 0 @{border-highlight-strong} inset, 0px 1px @{border-highlight-strong}, 0 0 0 1000px @{button-black-hover-shadow} inset");
box-shadow: 0 1px 0 @border-highlight-strong inset, 0px 1px @border-highlight-strong, 0 0 0 1000px @button-black-hover-shadow inset;
}
.dropdown-dark-glossyDown {
.box-shadow(~"0 0 3px 2px @{button-black-active-inner-border} inset");
box-shadow: 0 0 3px 2px @button-black-active-inner-border inset;
}
/*.dropdown-dark-glossyDisabled {
@ -74,7 +74,7 @@
border: 1px solid @menu-border-color;
padding: @dropdown-glossy-list-padding;
color: @menu-color;
.box-shadow(~"@{dropdown-glossy-list-shadow}");
box-shadow: @dropdown-glossy-list-shadow;
border-radius: @dropdown-glossy-list-border-radius;
}
.dropdown-dark-glossy-options.upward {

Wyświetl plik

@ -2,8 +2,7 @@
.dropdown{
position: relative;
background-color: #dedede;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(222,222,222)),color-stop(1, rgb(255,255,255)));
background: -moz-linear-gradient(center bottom,rgb(222,222,222) 0%,rgb(255,255,255) 100%);
background: linear-gradient(to top, rgb(222,222,222) 0%,rgb(255,255,255) 100%);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
@ -40,8 +39,7 @@
}
.dropdown .dropdownArrow {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(222,222,222)),color-stop(1, rgb(255,255,255)));
background: -moz-linear-gradient(center bottom,rgb(222,222,222) 0%,rgb(255,255,255) 100%);
background: linear-gradient(to top, rgb(222,222,222) 0%,rgb(255,255,255) 100%);
height:15px;
margin: 2px 0 4px;
position:absolute;
@ -100,13 +98,11 @@
}
.dropdownOver .dropdownArrow {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.48, rgb(207,207,207)),color-stop(0.53, rgb(230,230,230)),color-stop(1, rgb(255,255,255)));
background: -moz-linear-gradient(center bottom,rgb(207,207,207) 48%,rgb(230,230,230) 53%,rgb(255,255,255) 100%);
background: linear-gradient(to top, rgb(207,207,207) 48%,rgb(230,230,230) 53%,rgb(255,255,255) 100%);
}
.dropdownDown .dropdownArrow {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.48, rgb(255,255,255)),color-stop(0.53, rgb(230,230,230)),color-stop(1, rgb(207,207,207)));
background: -moz-linear-gradient(center bottom,rgb(255,255,255) 48%,rgb(230,230,230) 53%,rgb(207,207,207) 100%);
background: linear-gradient(to top, rgb(255,255,255) 48%,rgb(230,230,230) 53%,rgb(207,207,207) 100%);
}
.optionList{
@ -162,8 +158,7 @@
}
.optionList .dditem.hover {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(51,124,188)),color-stop(1, rgb(64,145,216)));
background: -moz-linear-gradient(center bottom,rgb(51,124,188) 0%,rgb(64,145,216) 100%);
background: linear-gradient(to top, rgb(51,124,188) 0%,rgb(64,145,216) 100%);
color : white;
}

Wyświetl plik

@ -287,7 +287,7 @@ body>.session_btn.curbtn{
display: block;
position: absolute;
bottom: 2px;
.gradient(~"linear-gradient(left, transparent 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.2) 30%, transparent 60%)");
background-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.2) 30%, transparent 60%);
left: -10px;
right: -10px;
height: 1px;
@ -295,7 +295,7 @@ body>.session_btn.curbtn{
}
.focus.session_btn.curbtn.dark .sessiontab_title:after when(@pane-button-use-bold-focus = false) {
.gradient(~"linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.19) 15%, rgba(255, 255, 255, 0.19) 30%, transparent 60%)");
background-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.19) 15%, rgba(255, 255, 255, 0.19) 30%, transparent 60%);
}
@ -388,7 +388,7 @@ body>.session_btn.curbtn{
margin: @pane-plus-margin;
top: 3px;
vertical-align : top;
.box-sizing(border-box);
box-sizing: border-box;
position: relative;
cursor: default;
@ -396,7 +396,7 @@ body>.session_btn.curbtn{
.skew(23deg);
border-radius: 4px 3px 4px 2px;
border: @pane-plus-box-border;
.box-shadow(~"@{pane-plus-box-shadow}");
box-shadow: @pane-plus-box-shadow;
width: @pane-plus-width;
height: @pane-plus-height;
z-index: 100000;
@ -413,16 +413,16 @@ body>.session_btn.curbtn{
}
.plus_tab_button.c9-simple-btnOver {
border: 1px solid @pane-plus-hover-border-color;
.box-shadow(~"@{pane-plus-hover-box-shadow}");
.gradient(~"@{pane-plus-hover-gradient}");
box-shadow: @pane-plus-hover-box-shadow;
background-image: @pane-plus-hover-gradient;
}
.plus_tab_button.c9-simple-btnOver:after{
background-position: @pane-plus-icon-hover-position;
}
.plus_tab_button.c9-simple-btnDown {
border: 1px solid @pane-plus-active-border-color;
.box-shadow(~"@{pane-plus-active-box-shadow}");
.gradient(~"@{pane-plus-active-gradient}");
box-shadow: @pane-plus-active-box-shadow;
background-image: @pane-plus-active-gradient;
}
.plus_tab_button.c9-simple-btnDown:after {
background-position: @pane-plus-icon-active-position;
@ -438,12 +438,12 @@ body>.session_btn.curbtn{
top: @pane-menu-top;
width: 19px;
.box-sizing(border-box);
box-sizing: border-box;
border-radius: 3px;
height: 16px;
border: 1px solid @pane-menu-border-color;
.box-shadow(~"@{pane-menu-box-shadow}");
.gradient(~"@{pane-menu-gradient}");
box-shadow: @pane-menu-box-shadow;
background-image: @pane-menu-gradient;
}
.has_apf .tabmenubtn:after {
content: "";
@ -456,8 +456,8 @@ body>.session_btn.curbtn{
}
.has_apf .tabmenubtn.c9-simple-btnOver {
border: 1px solid @pane-menu-hover-border-color;
.box-shadow(~"@{pane-menu-hover-box-shadow}");
.gradient(~"@{pane-menu-hover-gradient}");
box-shadow: @pane-menu-hover-box-shadow;
background-image: @pane-menu-hover-gradient;
}
.has_apf .tabmenubtn.c9-simple-btnOver:after{
background-position: @pane-menu-icon-hover-position;
@ -475,10 +475,10 @@ body>.session_btn.curbtn{
.tabsContextMenu:before {
border: 1px solid @pane-menu-active-border-color;
border-width : 1px 1px 0 1px;
.box-shadow(~"@{pane-menu-active-box-shadow}");
.gradient(~"@{pane-menu-active-gradient}");
box-shadow: @pane-menu-active-box-shadow;
background-image: @pane-menu-active-gradient;
.box-sizing(border-box);
box-sizing: border-box;
border-radius: 3px 3px 0 0;
content: "";
display: block;
@ -502,8 +502,8 @@ body>.session_btn.curbtn{
}
.upward.tabsContextMenu:before{
border-width : 0px 1px 1px 1px;
.box-shadow(~"@{pane-menu-upward-active-box-shadow}");
.gradient(~"@{pane-menu-upward-active-gradient}");
box-shadow: @pane-menu-upward-active-box-shadow;
background-image: @pane-menu-upward-active-gradient;
border-radius: 0 0 3px 3px;
top: auto;

Wyświetl plik

@ -22,20 +22,17 @@
font-size: @frame-title-font-size;
color: @frame-title-color;
background-color: @frame-title-background;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-start),color-stop(1, @frame-title-gradient-stop));
background-image: -moz-linear-gradient(90deg, @frame-title-gradient-start 0%, @frame-title-gradient-stop 100%);
background-image: linear-gradient(90deg, @frame-title-gradient-start 0%, @frame-title-gradient-stop 100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.frame>.title:hover{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-hover-start),color-stop(1, @frame-title-gradient-hover-stop));
background-image: -moz-linear-gradient(90deg, @frame-title-gradient-hover-start 0%, @frame-title-gradient-hover-stop 100%);
background-image: linear-gradient(90deg, @frame-title-gradient-hover-start 0%, @frame-title-gradient-hover-stop 100%);
}
.frame>.title:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-active-start),color-stop(1, @frame-title-gradient-active-stop));
background-image: -moz-linear-gradient(90deg, @frame-title-gradient-active-start 0%, @frame-title-gradient-active-stop 100%);
background-image: linear-gradient(90deg, @frame-title-gradient-active-start 0%, @frame-title-gradient-active-stop 100%);
}
.frame .title span{
vertical-align: top;

Wyświetl plik

@ -1,6 +1,6 @@
.grouped_checkbox_holder {
.gradient(~"@{checkbox-holder-gradient}");
.box-shadow(~"@{checkbox-holder-box-shadow}");
background-image: @checkbox-holder-gradient;
box-shadow: @checkbox-holder-box-shadow;
border: 1px solid @checkbox-holder-border-color;
border-radius: @checkbox-holder-border-radius;

Wyświetl plik

@ -14,7 +14,7 @@
display : none;
border:1px solid @menu-border-color;
.box-shadow(~"@{menu-box-shadow}");
box-shadow: @menu-box-shadow;
background-color : @menu-background;
text-shadow : @menu-text-shadow;

Wyświetl plik

@ -1,7 +1,7 @@
.splitter {
position : relative;
z-index : 100000;
.box-sizing(border-box);
box-sizing: border-box;
}
.topsplitter .splitter{

Wyświetl plik

@ -151,11 +151,11 @@
}
.c9-offline, .c9-update, .c9-readonly, .c9-theme-switch {
.gradient(~"@{offline-gradient}"); // Blue
// .gradient(~"linear-gradient(top, rgb(153, 153, 60) 0%, rgb(126, 121, 61) 100%);"); // Green-grayish
// .gradient(~"linear-gradient(top, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%)"); // Green
// .gradient(~"linear-gradient(top, rgb(167, 69, 69) 0%, rgb(138, 52, 49) 100%)"); // Red
// .gradient(~"linear-gradient(top, rgb(206, 73, 73) 0%, rgb(185, 72, 68) 100%)"); // Light Red
background-image: @offline-gradient; // Blue
// background-image: linear-gradient(to bottom, rgb(153, 153, 60) 0%, rgb(126, 121, 61) 100%);; // Green-grayish
// background-image: linear-gradient(to bottom, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%); // Green
// background-image: linear-gradient(to bottom, rgb(167, 69, 69) 0%, rgb(138, 52, 49) 100%); // Red
// background-image: linear-gradient(to bottom, rgb(206, 73, 73) 0%, rgb(185, 72, 68) 100%); // Light Red
height: @offline-height;
border-bottom: @offline-border-bottom;
text-shadow: @offline-text-shadow;
@ -181,21 +181,21 @@
}
.c9-update {
.gradient(~"@{update-gradient}"); // Green
background-image: @update-gradient; // Green
}
.c9-update:before {
background: url("@{image-path}/updatec9.png") no-repeat 0 0;
}
.c9-readonly{
.gradient(~"@{readonly-gradient}"); // Bright Green
background-image: @readonly-gradient; // Bright Green
}
.c9-readonly:before {
background: url("@{image-path}/c9readonly.png") no-repeat 0 0;
}
.c9-theme-switch{
.gradient(~"@{theme-switch-gradient}"); // Bright Green
background-image: @theme-switch-gradient; // Bright Green
}
.c9-theme-switch a{
color: rgb(210, 242, 145);

Wyświetl plik

@ -6,7 +6,7 @@
padding: @textarea-padding;
border: @textarea-border;
border-radius: @textarea-border-radius;
.gradient(~"@{textarea-gradient}");
background-image: @textarea-gradient;
margin: 0;
text-overflow: ellipsis;
box-shadow: @textarea-box-shadow;

Wyświetl plik

@ -9,7 +9,7 @@
padding: 2px 5px;
border: @tbsimple-border;
border-radius: @tbsimple-border-radius;
.gradient(~"@{tbsimple-gradient}");
background-image: @tbsimple-gradient;
color: @tbsimple-color;
margin: 0;
outline: none;
@ -43,7 +43,7 @@
}
.tb_textboxDisabled .sbtb_middle{
.gradient(~"@{tbsimple-disabled-gradient}");
background-image: @tbsimple-disabled-gradient;
cursor : default;
}

Wyświetl plik

@ -13,7 +13,7 @@
}
.toolbar .subbar {
background-image: linear-gradient(bottom, rgb(236,239,242) 0%, rgb(237,240,243) 50%, rgb(243,246,248) 51%, rgb(249,251,254) 100%);
background-image: linear-gradient(to top, rgb(236,239,242) 0%, rgb(237,240,243) 50%, rgb(243,246,248) 51%, rgb(249,251,254) 100%);
font-family: Arial;
@ -31,7 +31,7 @@
}
.toolbar.modal-toolbar .subbar {
background-image: linear-gradient(bottom, rgb(217,217,217) 0%, rgb(237,237,237) 100%);
background-image: linear-gradient(to top, rgb(217,217,217) 0%, rgb(237,237,237) 100%);
border-top: 1px solid #f6f6f6;
border-bottom: 1px solid #bfbfbf;

Wyświetl plik

@ -1,6 +1,6 @@
.tooltipLabel {
background-color: @tooltip-label-background-color;
.gradient(~"@{tooltip-label-gradient}");
background-image: @tooltip-label-gradient;
border: @tooltip-label-border;
border-bottom-width: 0;
border-radius: 3px 3px 0 0;

Wyświetl plik

@ -150,11 +150,11 @@
@collab-tree-access-control-background: rgba(0,0,0,0.41);
@collab-tree-access-control-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.93) inset;
@collab-access-control-active-color: lighten(#B3B3B3, @lighten-chrome);
@collab-tree-focus-access-control-active-gradient: linear-gradient(top, #80883e 0%, #677018 100%);
@collab-tree-focus-access-control-active-gradient: linear-gradient(to bottom, #80883e 0%, #677018 100%);
@collab-access-control-inactive-color: transparent;
@collab-access-control-inactive-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 0 2px rgba(0, 0, 0, 1);
@collab-access-control-inactive-box-shadow-right: @collab-access-control-inactive-box-shadow;
@collab-access-control-inactive-gradient: linear-gradient(top, #5F5F5F 0%, #333333 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #5F5F5F 0%, #333333 100%);
@collab-tree-focus-access-control-color: lighten(#BDCE63, @lighten-chrome);
@collab-access-control-flat: false;
@collab-tree-access-control-disabled-background: transparent;
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #000;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom,#202020 0%, #2f2f2f 100%);
@bubble-gradient: linear-gradient(to top, #202020 0%, #2f2f2f 100%);
@bubble-padding: 15px 13px;
@bubble-color: #ffffff;
@bubble-margin-top: 10px;
@ -228,7 +228,7 @@
@time-slider-play-border-div: true;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 3px solid black;
@time-slider-play-gradient: linear-gradient(top, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-gradient: linear-gradient(to bottom, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.65), 0 1px rgba(255, 255, 255, 0.08);
@time-slider-play-icon-image: "@{image-path}/play.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: rgba(0,0,0,0.3);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 1px rgba(255, 255, 255, 0.06);
@time-slider-bar-progress-gradient: linear-gradient(bottom, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-border-top: 1px solid rgba(0, 0, 0, 0.72);
@time-slider-bar-progress-box-shadow: 0 -1px rgba(0, 0, 0, 0.58) inset;
@time-slider-bar-progress-height: 5px;
@ -279,32 +279,32 @@
@time-slider-stepper-left-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-left-border-radius: 7px 0px 0 7px;
@time-slider-stepper-left-border-right: 1px solid black;
@time-slider-stepper-left-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 135px;
@time-slider-stepper-left-icon-margin: 3px 0 0 7px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-left-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 3px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-left-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-right-border-radius: 0 7px 7px 0;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 107px;
@time-slider-stepper-right-icon-margin: 3px 0 0 7px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-right-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-right-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-right-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-font-family: Tahoma;
@time-slider-revert-font-size: 12px;
@ -313,7 +313,7 @@
@time-slider-revert-border: 4px solid black;
@time-slider-revert-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-border-radius: 7px;
@time-slider-revert-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-color: lighten(#B9B9B9, @lighten-chrome);
@time-slider-revert-text-shadow: 0 1px rgba(0, 0, 0, 0.36);
@time-slider-revert-top: 20px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 1px 1px 1px 0;
@time-slider-revert-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-revert-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-color: rgb(54, 54, 54);
@time-slider-revert-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-padding: 2px 0px 0px 1px;
@time-slider-close-image: "@{image-path}/close_tab_btn.png";
@ -436,11 +436,11 @@
@pane-plus-box-shadow: inset -1px 1px 0 0 lighten(rgba(0,0,0,0.7), @lighten-chrome), inset 0 2px 16px 0 lighten(rgba(0,0,0,0.6), @lighten-chrome), inset 0 -1px 0 0 lighten(rgba(0,0,0,0.1), @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-hover-border-color: lighten(#030303, @lighten-chrome);
@pane-plus-hover-box-shadow: inset 0 1px lighten(#525252, @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-hover-gradient: linear-gradient(top, lighten(#3d3d3d, @lighten-chrome) 0%, lighten(#393939, @lighten-chrome) 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, lighten(#3d3d3d, @lighten-chrome) 0%, lighten(#393939, @lighten-chrome) 100%);
@pane-plus-hover-margin: 2px 0 0 6px;
@pane-plus-active-border-color: lighten(#0A0A0A, @lighten-chrome);
@pane-plus-active-box-shadow: inset 0 -1px 0 lighten(rgba(255,255,255,0.06), @lighten-chrome), inset 0 1px 1px lighten(rgba(255,255,255,0.06), @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-active-gradient: linear-gradient(top, lighten(#2a2a2a, @lighten-chrome) 0%, lighten(#3c3c3c, @lighten-chrome) 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, lighten(#2a2a2a, @lighten-chrome) 0%, lighten(#3c3c3c, @lighten-chrome) 100%);
@pane-menu-margin: -1px 0 0 0;
@pane-menu-left: 4px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: 0 0;
@pane-menu-border-color: lighten(#1c1c1c, @lighten-chrome);
@pane-menu-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 1px lighten(#4d4d4d, @lighten-chrome);
@pane-menu-gradient: linear-gradient(top, lighten(#3b3b3b, @lighten-chrome) 0%, lighten(#333, @lighten-chrome) 100%);
@pane-menu-gradient: linear-gradient(to bottom, lighten(#3b3b3b, @lighten-chrome) 0%, lighten(#333, @lighten-chrome) 100%);
@pane-menu-hover-border-color: lighten(#1c1c1c, @lighten-chrome);
@pane-menu-hover-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 1px lighten(#555555, @lighten-chrome);
@pane-menu-hover-gradient: linear-gradient(top, lighten(#424242, @lighten-chrome) 0%, lighten(#3d3d3d, @lighten-chrome) 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, lighten(#424242, @lighten-chrome) 0%, lighten(#3d3d3d, @lighten-chrome) 100%);
@pane-menu-active-border-color: lighten(#00040a, @lighten-chrome);
@pane-menu-active-box-shadow: inset 0 1px lighten(#6a6d75, @lighten-chrome);
@pane-menu-active-gradient: linear-gradient(top, lighten(#525356, @lighten-chrome) 0%, lighten(#494949, @lighten-chrome) 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, lighten(#525356, @lighten-chrome) 0%, lighten(#494949, @lighten-chrome) 100%);
@pane-menu-upward-active-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 -1px lighten(#525356, @lighten-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, lighten(#494949, @lighten-chrome) 0%, lighten(#4b4b4c, @lighten-chrome) 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, lighten(#494949, @lighten-chrome) 0%, lighten(#4b4b4c, @lighten-chrome) 100%);
@pane-menu-splits-image: "@{image-path}/splits.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: lighten(#ffffff, @lighten-chrome);
@dialog-header-height: 31px;
@dialog-header-gradient: linear-gradient(top, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-gradient: linear-gradient(to bottom, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-bottom-border: 1px solid black;
@dialog-header-box-shadow: 0 1px #5b5c5e inset;
@dialog-header-padding: 7px 14px 0;
@ -597,7 +597,7 @@
@dialog-content-color: #222;
@dialog-content-background: lighten(#dfdfe0, @lighten-chrome) url("@{image-path}/modalbg.png") repeat 0 0;
@dialog-content-dark-background-color: lighten(#303130, @lighten-chrome);
@dialog-content-dark-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-border-top: 1px solid rgba(255,255,255,0.06);
@dialog-footer-height: 46px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-gradient: linear-gradient(to bottom, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-border-bottom: 1px solid rgba(0, 0, 0, 0.61);
@offline-height: 32px;
@offline-text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
@ -653,9 +653,9 @@
@offline-font-color: lighten(#f1f1f1, @lighten-chrome);
@offline-icon: block;
@update-gradient: linear-gradient(top, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@update-gradient: linear-gradient(to bottom, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
// Frame
@frame-border-bottom: lighten(rgb(26, 26, 26), @lighten-chrome);
@ -823,7 +823,7 @@
@textarea-line-height: auto;
@textarea-padding: 5px;
@textarea-border-radius: 0;
@textarea-gradient: linear-gradient(center bottom,white 50%,#EBEBEB 100%);
@textarea-gradient: linear-gradient(to top, white 50%,#EBEBEB 100%);
@textarea-box-shadow: 0px 1px 0px #ffffff;
@textarea-font-family: Arial;
@textarea-font-size: 12px;
@ -848,11 +848,11 @@
@button-grey-color: lighten(#ffffff, @lighten-chrome);
@button-grey-text-shadow: lighten(#383838, @lighten-chrome) 0px 1px 0px;
@button-grey-idle-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(bottom, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(bottom, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(to top, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(to top, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-border-top: 1px solid lighten(#93939B, @lighten-chrome);
@button-grey-over-border-top: 1px solid lighten(#ababb1, @lighten-chrome);
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: lighten(#068e02, @lighten-chrome) 0px 1px 0px;
@button-green-idle-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(bottom, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(bottom, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(to top, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(to top, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-border-top: 1px solid lighten(#88c464, @lighten-chrome);
@button-green-over-border-top: 1px solid lighten(#57b357, @lighten-chrome);
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: lighten(#3da110, @lighten-chrome) 0px 1px 0px;
@button-green-disabled-color: lighten(#037a01, @lighten-chrome);
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: lighten(#3da110, @lighten-chrome) 0px 1px 0px;
@button-green2-disabled-color: lighten(#037a01, @lighten-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: lighten(#b60000, @lighten-chrome) 0px 1px 0px;
@button-red-idle-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(bottom, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(bottom, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(to top, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(to top, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-border-top: 1px solid lighten(#e47979, @lighten-chrome);
@button-red-over-border-top: 1px solid lighten(#dd5757, @lighten-chrome);
@ -1072,12 +1072,12 @@
// Textbox - Simple
@tbsimple-border: 1px solid #afafaf;
@tbsimple-border-radius: 0;
@tbsimple-gradient: linear-gradient(center bottom,rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-gradient: linear-gradient(to top, rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-color: #333333;
@tbsimple-font-family: Tahoma, Arial;
@tbsimple-font-size: 12px;
@tbsimple-box-shadow: 0px 1px 0px #ffffff;
@tbsimple-disabled-gradient: linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
@tbsimple-disabled-gradient: linear-gradient(to top, rgb(235,235,235) 0%,rgb(255,255,255) 40%);
// Preview
@preview-bar-box-shadow: 0px 1px lighten(rgba(255,255,255,0.1), @lighten-chrome), 0 4px 12px lighten(rgba(0, 0, 0, 0.4), @lighten-chrome);
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/dropdown-dark-glossy/button.png";
@find-dropdown-button-border-left: 1px solid lighten(#000, @lighten-chrome);
@tooltip-label-gradient: linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-gradient: linear-gradient(to top, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-background-color: lighten(#4E4F51, @lighten-chrome);
@tooltip-label-border: 1px solid lighten(#000, @lighten-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: Arial;
@tooltip-label-text-shadow: 0 1px 0 rgba(0,0,0,.14);
@checkbox-holder-gradient: linear-gradient(top, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-box-shadow: 0px 1px @border-highlight-strong, inset 0px 1px @border-highlight;
@checkbox-holder-border-color: @button-black-border-color;
@checkbox-holder-border-radius: 3px;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 1px 1px 6px lighten(rgba(0, 0, 0, 0.5), @lighten-chrome), 0 1px lighten(rgba(255, 255, 255, 0.08), @lighten-chrome) inset;
@gotoline-border-dark: 0;
@gotoline-list-background-dark: linear-gradient(center bottom, lighten(rgb(69,69,69), @lighten-chrome) 0%, lighten(rgb(84,84,84), @lighten-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, lighten(rgb(69,69,69), @lighten-chrome) 0%, lighten(rgb(84,84,84), @lighten-chrome) 100%);
@gotoline-list-color-dark: lighten(#e7e7e7, @lighten-chrome);
@gotoline-list-border-color-dark: lighten(#282727, @lighten-chrome) white lighten(#575757, @lighten-chrome) white;
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 0;
@gotoline-border-radius: 0px 5px 5px 0;
@gotoline-list-background: linear-gradient(center bottom, lighten(#E7E7E7, @lighten-chrome) 0%, lighten(#EBEBEB, @lighten-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, lighten(#E7E7E7, @lighten-chrome) 0%, lighten(#EBEBEB, @lighten-chrome) 100%);
@gotoline-list-color: lighten(#727272, @lighten-chrome);
@gotoline-list-border-color: lighten(#BBBBBB, @lighten-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: Arial;
@installer-log-color: #333;
@installer-log-gradient: linear-gradient(top, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-gradient: linear-gradient(to bottom, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-border: 1px solid white;
@installer-log-border-color: rgba(255,255,255,0.06) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(255,255,255,0.06);
@installer-log-border-radius: 0;

Wyświetl plik

@ -150,11 +150,11 @@
@collab-tree-access-control-background: rgba(0,0,0,0.41);
@collab-tree-access-control-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.93) inset;
@collab-access-control-active-color: lighten(#B3B3B3, @lighten-chrome);
@collab-tree-focus-access-control-active-gradient: linear-gradient(top, #80883e 0%, #677018 100%);
@collab-tree-focus-access-control-active-gradient: linear-gradient(to bottom, #80883e 0%, #677018 100%);
@collab-access-control-inactive-color: transparent;
@collab-access-control-inactive-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 0 2px rgba(0, 0, 0, 1);
@collab-access-control-inactive-box-shadow-right: @collab-access-control-inactive-box-shadow;
@collab-access-control-inactive-gradient: linear-gradient(top, #5F5F5F 0%, #333333 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #5F5F5F 0%, #333333 100%);
@collab-tree-focus-access-control-color: lighten(#BDCE63, @lighten-chrome);
@collab-access-control-flat: false;
@collab-tree-access-control-disabled-background: transparent;
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #000;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom,#202020 0%, #2f2f2f 100%);
@bubble-gradient: linear-gradient(to top, #202020 0%, #2f2f2f 100%);
@bubble-padding: 15px 13px;
@bubble-color: #ffffff;
@bubble-margin-top: 10px;
@ -228,7 +228,7 @@
@time-slider-play-border-div: true;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 3px solid black;
@time-slider-play-gradient: linear-gradient(top, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-gradient: linear-gradient(to bottom, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.65), 0 1px rgba(255, 255, 255, 0.08);
@time-slider-play-icon-image: "@{image-path}/play.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: rgba(0,0,0,0.3);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 1px rgba(255, 255, 255, 0.06);
@time-slider-bar-progress-gradient: linear-gradient(bottom, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-border-top: 1px solid rgba(0, 0, 0, 0.72);
@time-slider-bar-progress-box-shadow: 0 -1px rgba(0, 0, 0, 0.58) inset;
@time-slider-bar-progress-height: 5px;
@ -279,32 +279,32 @@
@time-slider-stepper-left-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-left-border-radius: 7px 0px 0 7px;
@time-slider-stepper-left-border-right: 1px solid black;
@time-slider-stepper-left-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 135px;
@time-slider-stepper-left-icon-margin: 3px 0 0 7px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-left-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 3px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-left-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-right-border-radius: 0 7px 7px 0;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 107px;
@time-slider-stepper-right-icon-margin: 3px 0 0 7px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-right-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-right-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-right-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-font-family: Tahoma;
@time-slider-revert-font-size: 12px;
@ -313,7 +313,7 @@
@time-slider-revert-border: 4px solid black;
@time-slider-revert-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-border-radius: 7px;
@time-slider-revert-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-color: lighten(#B9B9B9, @lighten-chrome);
@time-slider-revert-text-shadow: 0 1px rgba(0, 0, 0, 0.36);
@time-slider-revert-top: 20px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 1px 1px 1px 0;
@time-slider-revert-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-revert-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-color: rgb(54, 54, 54);
@time-slider-revert-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-padding: 2px 0px 0px 1px;
@time-slider-close-image: "@{image-path}/close_tab_btn.png";
@ -436,11 +436,11 @@
@pane-plus-box-shadow: inset -1px 1px 0 0 lighten(rgba(0,0,0,0.7), @lighten-chrome), inset 0 2px 16px 0 lighten(rgba(0,0,0,0.6), @lighten-chrome), inset 0 -1px 0 0 lighten(rgba(0,0,0,0.1), @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-hover-border-color: lighten(#030303, @lighten-chrome);
@pane-plus-hover-box-shadow: inset 0 1px lighten(#525252, @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-hover-gradient: linear-gradient(top, lighten(#3d3d3d, @lighten-chrome) 0%, lighten(#393939, @lighten-chrome) 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, lighten(#3d3d3d, @lighten-chrome) 0%, lighten(#393939, @lighten-chrome) 100%);
@pane-plus-hover-margin: 2px 0 0 6px;
@pane-plus-active-border-color: lighten(#0A0A0A, @lighten-chrome);
@pane-plus-active-box-shadow: inset 0 -1px 0 lighten(rgba(255,255,255,0.06), @lighten-chrome), inset 0 1px 1px lighten(rgba(255,255,255,0.06), @lighten-chrome), -1px 1px 0 lighten(rgba(255,255,255,0.1), @lighten-chrome);
@pane-plus-active-gradient: linear-gradient(top, lighten(#2a2a2a, @lighten-chrome) 0%, lighten(#3c3c3c, @lighten-chrome) 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, lighten(#2a2a2a, @lighten-chrome) 0%, lighten(#3c3c3c, @lighten-chrome) 100%);
@pane-menu-margin: -1px 0 0 0;
@pane-menu-left: 4px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: 0 0;
@pane-menu-border-color: lighten(#1c1c1c, @lighten-chrome);
@pane-menu-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 1px lighten(#4d4d4d, @lighten-chrome);
@pane-menu-gradient: linear-gradient(top, lighten(#3b3b3b, @lighten-chrome) 0%, lighten(#333, @lighten-chrome) 100%);
@pane-menu-gradient: linear-gradient(to bottom, lighten(#3b3b3b, @lighten-chrome) 0%, lighten(#333, @lighten-chrome) 100%);
@pane-menu-hover-border-color: lighten(#1c1c1c, @lighten-chrome);
@pane-menu-hover-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 1px lighten(#555555, @lighten-chrome);
@pane-menu-hover-gradient: linear-gradient(top, lighten(#424242, @lighten-chrome) 0%, lighten(#3d3d3d, @lighten-chrome) 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, lighten(#424242, @lighten-chrome) 0%, lighten(#3d3d3d, @lighten-chrome) 100%);
@pane-menu-active-border-color: lighten(#00040a, @lighten-chrome);
@pane-menu-active-box-shadow: inset 0 1px lighten(#6a6d75, @lighten-chrome);
@pane-menu-active-gradient: linear-gradient(top, lighten(#525356, @lighten-chrome) 0%, lighten(#494949, @lighten-chrome) 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, lighten(#525356, @lighten-chrome) 0%, lighten(#494949, @lighten-chrome) 100%);
@pane-menu-upward-active-box-shadow: 0 1px lighten(#3d3d3d, @lighten-chrome), inset 0 -1px lighten(#525356, @lighten-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, lighten(#494949, @lighten-chrome) 0%, lighten(#4b4b4c, @lighten-chrome) 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, lighten(#494949, @lighten-chrome) 0%, lighten(#4b4b4c, @lighten-chrome) 100%);
@pane-menu-splits-image: "@{image-path}/splits.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: lighten(#ffffff, @lighten-chrome);
@dialog-header-height: 31px;
@dialog-header-gradient: linear-gradient(top, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-gradient: linear-gradient(to bottom, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-bottom-border: 1px solid black;
@dialog-header-box-shadow: 0 1px #5b5c5e inset;
@dialog-header-padding: 7px 14px 0;
@ -597,7 +597,7 @@
@dialog-content-color: #222;
@dialog-content-background: lighten(#dfdfe0, @lighten-chrome) url("@{image-path}/modalbg.png") repeat 0 0;
@dialog-content-dark-background-color: lighten(#303130, @lighten-chrome);
@dialog-content-dark-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-border-top: 1px solid rgba(255,255,255,0.06);
@dialog-footer-height: 46px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-gradient: linear-gradient(to bottom, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-border-bottom: 1px solid rgba(0, 0, 0, 0.61);
@offline-height: 32px;
@offline-text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
@ -653,9 +653,9 @@
@offline-font-color: lighten(#f1f1f1, @lighten-chrome);
@offline-icon: block;
@update-gradient: linear-gradient(top, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@update-gradient: linear-gradient(to bottom, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
// Frame
@frame-border-bottom: lighten(rgb(26, 26, 26), @lighten-chrome);
@ -823,7 +823,7 @@
@textarea-line-height: auto;
@textarea-padding: 5px;
@textarea-border-radius: 0;
@textarea-gradient: linear-gradient(center bottom,white 50%,#EBEBEB 100%);
@textarea-gradient: linear-gradient(to top, white 50%,#EBEBEB 100%);
@textarea-box-shadow: 0px 1px 0px #ffffff;
@textarea-font-family: Arial;
@textarea-font-size: 12px;
@ -848,11 +848,11 @@
@button-grey-color: lighten(#ffffff, @lighten-chrome);
@button-grey-text-shadow: lighten(#383838, @lighten-chrome) 0px 1px 0px;
@button-grey-idle-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(bottom, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(bottom, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(to top, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(to top, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-border-top: 1px solid lighten(#93939B, @lighten-chrome);
@button-grey-over-border-top: 1px solid lighten(#ababb1, @lighten-chrome);
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: lighten(#068e02, @lighten-chrome) 0px 1px 0px;
@button-green-idle-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(bottom, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(bottom, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(to top, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(to top, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-border-top: 1px solid lighten(#88c464, @lighten-chrome);
@button-green-over-border-top: 1px solid lighten(#57b357, @lighten-chrome);
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: lighten(#3da110, @lighten-chrome) 0px 1px 0px;
@button-green-disabled-color: lighten(#037a01, @lighten-chrome);
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: lighten(#3da110, @lighten-chrome) 0px 1px 0px;
@button-green2-disabled-color: lighten(#037a01, @lighten-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: lighten(#b60000, @lighten-chrome) 0px 1px 0px;
@button-red-idle-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(bottom, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(bottom, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(to top, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(to top, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-border-top: 1px solid lighten(#e47979, @lighten-chrome);
@button-red-over-border-top: 1px solid lighten(#dd5757, @lighten-chrome);
@ -1072,12 +1072,12 @@
// Textbox - Simple
@tbsimple-border: 1px solid #afafaf;
@tbsimple-border-radius: 0;
@tbsimple-gradient: linear-gradient(center bottom,rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-gradient: linear-gradient(to top, rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-color: #333333;
@tbsimple-font-family: Tahoma, Arial;
@tbsimple-font-size: 12px;
@tbsimple-box-shadow: 0px 1px 0px #ffffff;
@tbsimple-disabled-gradient: linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
@tbsimple-disabled-gradient: linear-gradient(to top, rgb(235,235,235) 0%,rgb(255,255,255) 40%);
// Preview
@preview-bar-box-shadow: 0px 1px lighten(rgba(255,255,255,0.1), @lighten-chrome), 0 4px 12px lighten(rgba(0, 0, 0, 0.4), @lighten-chrome);
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/dropdown-dark-glossy/button.png";
@find-dropdown-button-border-left: 1px solid lighten(#000, @lighten-chrome);
@tooltip-label-gradient: linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-gradient: linear-gradient(to top, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-background-color: lighten(#4E4F51, @lighten-chrome);
@tooltip-label-border: 1px solid lighten(#000, @lighten-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: Arial;
@tooltip-label-text-shadow: 0 1px 0 rgba(0,0,0,.14);
@checkbox-holder-gradient: linear-gradient(top, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-box-shadow: 0px 1px @border-highlight-strong, inset 0px 1px @border-highlight;
@checkbox-holder-border-color: @button-black-border-color;
@checkbox-holder-border-radius: 3px;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 1px 1px 6px lighten(rgba(0, 0, 0, 0.5), @lighten-chrome), 0 1px lighten(rgba(255, 255, 255, 0.08), @lighten-chrome) inset;
@gotoline-border-dark: 0;
@gotoline-list-background-dark: linear-gradient(center bottom, lighten(rgb(69,69,69), @lighten-chrome) 0%, lighten(rgb(84,84,84), @lighten-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, lighten(rgb(69,69,69), @lighten-chrome) 0%, lighten(rgb(84,84,84), @lighten-chrome) 100%);
@gotoline-list-color-dark: lighten(#e7e7e7, @lighten-chrome);
@gotoline-list-border-color-dark: lighten(#282727, @lighten-chrome) white lighten(#575757, @lighten-chrome) white;
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 0;
@gotoline-border-radius: 0px 5px 5px 0;
@gotoline-list-background: linear-gradient(center bottom, lighten(#E7E7E7, @lighten-chrome) 0%, lighten(#EBEBEB, @lighten-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, lighten(#E7E7E7, @lighten-chrome) 0%, lighten(#EBEBEB, @lighten-chrome) 100%);
@gotoline-list-color: lighten(#727272, @lighten-chrome);
@gotoline-list-border-color: lighten(#BBBBBB, @lighten-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: Arial;
@installer-log-color: #333;
@installer-log-gradient: linear-gradient(top, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-gradient: linear-gradient(to bottom, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-border: 1px solid white;
@installer-log-border-color: rgba(255,255,255,0.06) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(255,255,255,0.06);
@installer-log-border-radius: 0;

Wyświetl plik

@ -154,7 +154,7 @@
@collab-access-control-inactive-color: darken(rgba(0, 0, 0, 0.15), @darken-font);
@collab-access-control-inactive-box-shadow: 1px 1px 0 0 darken(#1c1c1c, @darken-font) inset, 0 -1px 0 0 darken(#1c1c1c, @darken-font) inset;
@collab-access-control-inactive-box-shadow-right: 0 1px 0 0 darken(#1c1c1c, @darken-font) inset, -1px -1px 0 0 darken(#1c1c1c, @darken-font) inset;
@collab-access-control-inactive-gradient: linear-gradient(top, #252525 0%, #252525 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #252525 0%, #252525 100%);
@collab-tree-focus-access-control-color: darken(#252525, @darken-font);
@collab-access-control-flat: true;
@collab-tree-access-control-disabled-background: darken(#63acff, @darken-chrome);
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #DEDEDE;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom, #FFF 0%, #FFF 100%);
@bubble-gradient: linear-gradient(to top, #FFF 0%, #FFF 100%);
@bubble-padding: 10px 15px;
@bubble-color: #333;
@bubble-margin-top: 0;
@ -228,7 +228,7 @@
@time-slider-play-border-div: false;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 0;
@time-slider-play-gradient: linear-gradient(top, #757574, #757574);
@time-slider-play-gradient: linear-gradient(to bottom, #757574, #757574);
@time-slider-play-box-shadow: none;
@time-slider-play-icon-image: "@{image-path}/play_flat_dark.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause_flat_dark.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: darken(#1d1d1d, @darken-chrome);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: none;
@time-slider-bar-progress-gradient: linear-gradient(bottom, #98c878 0%, #98c878 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #98c878 0%, #98c878 100%);
@time-slider-bar-progress-border-top: 0;
@time-slider-bar-progress-box-shadow: none;
@time-slider-bar-progress-height: 6px;
@ -279,30 +279,30 @@
@time-slider-stepper-left-box-shadow: none;
@time-slider-stepper-left-border-radius: 3px;
@time-slider-stepper-left-border-right: 0;
@time-slider-stepper-left-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 110px;
@time-slider-stepper-left-icon-margin: 4px 0 0 4px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 4px;
@time-slider-stepper-left-disabled-box-shadow: none;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, transparent 0%, transparent 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, transparent 0%, transparent 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-left-active-box-shadow: none;
@time-slider-stepper-left-active-gradient: @time-slider-stepper-left-hover-gradient;
@time-slider-stepper-right-box-shadow: none;
@time-slider-stepper-right-border-radius: 3px;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 95px;
@time-slider-stepper-right-icon-margin: 4px 0 0 4px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 4px;
@time-slider-stepper-right-disabled-box-shadow: none;
@time-slider-stepper-right-disabled-gradient: linear-gradient(left, transparent 0%, transparent 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to right, transparent 0%, transparent 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-right-active-box-shadow: none;
@time-slider-stepper-right-active-gradient: @time-slider-stepper-left-hover-gradient;
@ -313,7 +313,7 @@
@time-slider-revert-border: 0;
@time-slider-revert-box-shadow: none;
@time-slider-revert-border-radius: 3px;
@time-slider-revert-gradient: linear-gradient(top, #98c878 0%, #98c878 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, #98c878 0%, #98c878 100%);
@time-slider-revert-color: darken(#252525, @darken-chrome);
@time-slider-revert-text-shadow: none;
@time-slider-revert-top: 38px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 2px 1px 0 0;
@time-slider-revert-disabled-box-shadow: none;
@time-slider-revert-disabled-gradient: linear-gradient(right, #1d1d1d 0%, #1d1d1d 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #1d1d1d 0%, #1d1d1d 100%);
@time-slider-revert-disabled-color: darken(#CBCBCB, @darken-chrome);
@time-slider-revert-hover-gradient: linear-gradient(top, #A5D288 0%, #A5D288 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, #A5D288 0%, #A5D288 100%);
@time-slider-revert-active-box-shadow: none;
@time-slider-revert-active-gradient: linear-gradient(top, #98c878 0%, #98c878 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, #98c878 0%, #98c878 100%);
@time-slider-revert-active-padding: @time-slider-revert-padding;
@time-slider-close-image: "@{image-path}/close_tab_btn_flat_light.png";
@ -437,10 +437,10 @@
@pane-plus-hover-border-color: transparent;
@pane-plus-hover-box-shadow: none;
@pane-plus-hover-margin: @pane-plus-icon-margin;
@pane-plus-hover-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-plus-active-border-color: transparent;
@pane-plus-active-box-shadow: none;
@pane-plus-active-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-margin: 5px 0 0 -5px;
@pane-menu-left: 8px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: -377px -45px;
@pane-menu-border-color: transparent;
@pane-menu-box-shadow: none;
@pane-menu-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-menu-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-hover-border-color: transparent;
@pane-menu-hover-box-shadow: none;
@pane-menu-hover-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-active-border-color: @menu-border-color;
@pane-menu-active-box-shadow: inset 0 1px darken(@menu-background, @darken-chrome);
@pane-menu-active-gradient: linear-gradient(top, @menu-background 0%, @menu-background 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, @menu-background 0%, @menu-background 100%);
@pane-menu-upward-active-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 -1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, @menu-background 0%, @menu-background 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, @menu-background 0%, @menu-background 100%);
@pane-menu-splits-image: "@{image-path}/splits_flat_dark.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: darken(#e0e3e8, @darken-chrome);
@dialog-header-height: 52px;
@dialog-header-gradient: linear-gradient(top, #303130 0%, #303130 100%);
@dialog-header-gradient: linear-gradient(to bottom, #303130 0%, #303130 100%);
@dialog-header-bottom-border: 0;
@dialog-header-box-shadow: none;
@dialog-header-padding: 20px 20px;
@ -597,7 +597,7 @@
@dialog-content-color: #f1f1f1;
@dialog-content-background: darken(@element-border, @darken-chrome);
@dialog-content-dark-background-color: @dialog-content-background;
@dialog-content-dark-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@dialog-content-dark-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@dialog-content-dark-border-top: 0;
@dialog-footer-height: 40px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, #3d9ac4 0%, #3d9ac4 100%);
@offline-gradient: linear-gradient(to bottom, #3d9ac4 0%, #3d9ac4 100%);
@offline-border-bottom: 0;
@offline-height: 50px;
@offline-text-shadow: none;
@ -653,9 +653,9 @@
@offline-font-color: darken(#fff, @darken-chrome);
@offline-icon: none;
@update-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@readonly-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@theme-switch-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@update-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
@readonly-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
@theme-switch-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
// Frame
@frame-border-bottom: darken(#1c1c1c, @darken-chrome);
@ -848,11 +848,11 @@
@button-grey-color: darken(#fff, @darken-chrome);
@button-grey-text-shadow: none;
@button-grey-idle-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-over-gradient: linear-gradient(bottom, #8B8B8B 0%, #8B8B8B 100%);
@button-grey-focus-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-down-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-grey-idle-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-over-gradient: linear-gradient(to top, #8B8B8B 0%, #8B8B8B 100%);
@button-grey-focus-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-down-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-grey-idle-border-top: 0;
@button-grey-over-border-top: 0;
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: none;
@button-green-idle-gradient: linear-gradient(bottom, #6BB33A 0%, #6BB33A 100%);
@button-green-over-gradient: linear-gradient(bottom, #539427 0%, #539427 100%);
@button-green-focus-gradient: linear-gradient(bottom, #6BB33A 0%, #6BB33A 100%);
@button-green-down-gradient: linear-gradient(bottom, #6BB33A 0%, #6BB33A 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-green-idle-gradient: linear-gradient(to top, #6BB33A 0%, #6BB33A 100%);
@button-green-over-gradient: linear-gradient(to top, #539427 0%, #539427 100%);
@button-green-focus-gradient: linear-gradient(to top, #6BB33A 0%, #6BB33A 100%);
@button-green-down-gradient: linear-gradient(to top, #6BB33A 0%, #6BB33A 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-green-idle-border-top: 0;
@button-green-over-border-top: 0;
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: none;
@button-green-disabled-color: #747474;
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green2-disabled-color: darken(#037a01, @darken-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: none;
@button-red-idle-gradient: linear-gradient(bottom, #EA4646 0%, #EA4646 100%);
@button-red-over-gradient: linear-gradient(bottom, #CC3C3C 0%, #CC3C3C 100%);
@button-red-focus-gradient: linear-gradient(bottom, #EA4646 0%, #EA4646 100%);
@button-red-down-gradient: linear-gradient(bottom, #EA4646 0%, #EA4646 100%);
@button-red-disabled-gradient: linear-gradient(bottom, #EA4646 0%, #EA4646 100%);
@button-red-idle-gradient: linear-gradient(to top, #EA4646 0%, #EA4646 100%);
@button-red-over-gradient: linear-gradient(to top, #CC3C3C 0%, #CC3C3C 100%);
@button-red-focus-gradient: linear-gradient(to top, #EA4646 0%, #EA4646 100%);
@button-red-down-gradient: linear-gradient(to top, #EA4646 0%, #EA4646 100%);
@button-red-disabled-gradient: linear-gradient(to top, #EA4646 0%, #EA4646 100%);
@button-red-idle-border-top: 0;
@button-red-over-border-top: 0;
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/arrow_down_white.png";
@find-dropdown-button-border-left: 0;
@tooltip-label-gradient: linear-gradient(bottom, @chrome-background 0%, @chrome-background 100%);
@tooltip-label-gradient: linear-gradient(to top, @chrome-background 0%, @chrome-background 100%);
@tooltip-label-background-color: @chrome-background;
@tooltip-label-border: 1px solid darken(#1c1c1c, @darken-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: @general-font-family;
@tooltip-label-text-shadow: none;
@checkbox-holder-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@checkbox-holder-box-shadow: none;
@checkbox-holder-border-color: transparent;
@checkbox-holder-border-radius: 0;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 0 0 10px rgba(0, 0, 0, 0.5);
@gotoline-border-dark: 1px solid rgb(36, 36, 36);
@gotoline-list-background-dark: linear-gradient(center bottom, darken(rgb(71, 71, 71), @darken-chrome) 0%, darken(rgb(71, 71, 71), @darken-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, darken(rgb(71, 71, 71), @darken-chrome) 0%, darken(rgb(71, 71, 71), @darken-chrome) 100%);
@gotoline-list-color-dark: darken(#e7e7e7, @darken-chrome);
@gotoline-list-border-color-dark: darken(#353637, @darken-chrome);
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 1px solid #1c1c1c;
@gotoline-border-radius: 0px 3px 3px 0;
@gotoline-list-background: linear-gradient(center bottom, darken(#FCFCFC, @darken-chrome) 0%, darken(#FCFCFC, @darken-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, darken(#FCFCFC, @darken-chrome) 0%, darken(#FCFCFC, @darken-chrome) 100%);
@gotoline-list-color: darken(#e0e3e8, @darken-chrome);
@gotoline-list-border-color: darken(#F6F6F6, @darken-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: @general-font-family;
@installer-log-color: #e0e3e8;
@installer-log-gradient: linear-gradient(top, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-gradient: linear-gradient(to bottom, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-border: 0;
@installer-log-border-color: white;
@installer-log-border-radius: 3px;

Wyświetl plik

@ -154,7 +154,7 @@
@collab-access-control-inactive-color: darken(rgba(0, 0, 0, 0.15), @darken-font);
@collab-access-control-inactive-box-shadow: 1px 1px 0 0 darken(#DEDEDE, @darken-font) inset, 0 -1px 0 0 darken(#DEDEDE, @darken-font) inset;
@collab-access-control-inactive-box-shadow-right: 0 1px 0 0 darken(#DEDEDE, @darken-font) inset, -1px -1px 0 0 darken(#DEDEDE, @darken-font) inset;
@collab-access-control-inactive-gradient: linear-gradient(top, #F1F1F1 0%, #F1F1F1 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #F1F1F1 0%, #F1F1F1 100%);
@collab-tree-focus-access-control-color: darken(#F1F1F1, @darken-font);
@collab-access-control-flat: true;
@collab-tree-access-control-disabled-background: darken(#63acff, @darken-chrome);
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #DEDEDE;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom, #FFF 0%, #FFF 100%);
@bubble-gradient: linear-gradient(to top, #FFF 0%, #FFF 100%);
@bubble-padding: 10px 15px;
@bubble-color: #333;
@bubble-margin-top: 0;
@ -228,7 +228,7 @@
@time-slider-play-border-div: false;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 0;
@time-slider-play-gradient: linear-gradient(top, #757574, #757574);
@time-slider-play-gradient: linear-gradient(to bottom, #757574, #757574);
@time-slider-play-box-shadow: none;
@time-slider-play-icon-image: "@{image-path}/play_flat_light.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause_flat_light.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: darken(#F0F0F0, @darken-chrome);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: none;
@time-slider-bar-progress-gradient: linear-gradient(bottom, #98c878 0%, #98c878 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #98c878 0%, #98c878 100%);
@time-slider-bar-progress-border-top: 0;
@time-slider-bar-progress-box-shadow: none;
@time-slider-bar-progress-height: 6px;
@ -279,30 +279,30 @@
@time-slider-stepper-left-box-shadow: none;
@time-slider-stepper-left-border-radius: 3px;
@time-slider-stepper-left-border-right: 0;
@time-slider-stepper-left-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 110px;
@time-slider-stepper-left-icon-margin: 4px 0 0 4px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 4px;
@time-slider-stepper-left-disabled-box-shadow: none;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, transparent 0%, transparent 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, transparent 0%, transparent 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-left-active-box-shadow: none;
@time-slider-stepper-left-active-gradient: @time-slider-stepper-left-hover-gradient;
@time-slider-stepper-right-box-shadow: none;
@time-slider-stepper-right-border-radius: 3px;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 95px;
@time-slider-stepper-right-icon-margin: 4px 0 0 4px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 4px;
@time-slider-stepper-right-disabled-box-shadow: none;
@time-slider-stepper-right-disabled-gradient: linear-gradient(left, transparent 0%, transparent 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to right, transparent 0%, transparent 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 100%);
@time-slider-stepper-right-active-box-shadow: none;
@time-slider-stepper-right-active-gradient: @time-slider-stepper-left-hover-gradient;
@ -313,7 +313,7 @@
@time-slider-revert-border: 0;
@time-slider-revert-box-shadow: none;
@time-slider-revert-border-radius: 3px;
@time-slider-revert-gradient: linear-gradient(top, #98c878 0%, #98c878 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, #98c878 0%, #98c878 100%);
@time-slider-revert-color: darken(#F1F1F1, @darken-chrome);
@time-slider-revert-text-shadow: none;
@time-slider-revert-top: 38px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 2px 1px 0 0;
@time-slider-revert-disabled-box-shadow: none;
@time-slider-revert-disabled-gradient: linear-gradient(right, #F0F0F0 0%, #F0F0F0 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #F0F0F0 0%, #F0F0F0 100%);
@time-slider-revert-disabled-color: darken(#CBCBCB, @darken-chrome);
@time-slider-revert-hover-gradient: linear-gradient(top, #A5D288 0%, #A5D288 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, #A5D288 0%, #A5D288 100%);
@time-slider-revert-active-box-shadow: none;
@time-slider-revert-active-gradient: linear-gradient(top, #98c878 0%, #98c878 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, #98c878 0%, #98c878 100%);
@time-slider-revert-active-padding: @time-slider-revert-padding;
@time-slider-close-image: "@{image-path}/close_tab_btn.png";
@ -437,10 +437,10 @@
@pane-plus-hover-border-color: transparent;
@pane-plus-hover-box-shadow: none;
@pane-plus-hover-margin: @pane-plus-icon-margin;
@pane-plus-hover-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-plus-active-border-color: transparent;
@pane-plus-active-box-shadow: none;
@pane-plus-active-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-margin: 5px 0 0 -5px;
@pane-menu-left: 8px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: -377px -45px;
@pane-menu-border-color: transparent;
@pane-menu-box-shadow: none;
@pane-menu-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-menu-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-hover-border-color: transparent;
@pane-menu-hover-box-shadow: none;
@pane-menu-hover-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@pane-menu-active-border-color: @menu-border-color;
@pane-menu-active-box-shadow: inset 0 1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-upward-active-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 -1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-splits-image: "@{image-path}/splits_flat_light.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: darken(#333, @darken-chrome);
@dialog-header-height: 52px;
@dialog-header-gradient: linear-gradient(top, #fbfbfb 0%, #fbfbfb 100%);
@dialog-header-gradient: linear-gradient(to bottom, #fbfbfb 0%, #fbfbfb 100%);
@dialog-header-bottom-border: 1px solid darken(#DEDEDE, @darken-chrome);
@dialog-header-box-shadow: none;
@dialog-header-padding: 20px 20px;
@ -597,7 +597,7 @@
@dialog-content-color: #222;
@dialog-content-background: darken(#FEFEFE, @darken-chrome);
@dialog-content-dark-background-color: @dialog-content-background;
@dialog-content-dark-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@dialog-content-dark-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@dialog-content-dark-border-top: 0;
@dialog-footer-height: 40px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, #3d9ac4 0%, #3d9ac4 100%);
@offline-gradient: linear-gradient(to bottom, #3d9ac4 0%, #3d9ac4 100%);
@offline-border-bottom: 0;
@offline-height: 50px;
@offline-text-shadow: none;
@ -653,9 +653,9 @@
@offline-font-color: darken(#fff, @darken-chrome);
@offline-icon: none;
@update-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@readonly-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@theme-switch-gradient: linear-gradient(top, #3dc469 0%, #3dc469 100%);
@update-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
@readonly-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
@theme-switch-gradient: linear-gradient(to bottom, #3dc469 0%, #3dc469 100%);
// Frame
@frame-border-bottom: darken(#dedede, @darken-chrome);
@ -848,11 +848,11 @@
@button-grey-color: darken(#ffffff, @darken-chrome);
@button-grey-text-shadow: none;
@button-grey-idle-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-over-gradient: linear-gradient(bottom, #8B8B8B 0%, #8B8B8B 100%);
@button-grey-focus-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-down-gradient: linear-gradient(bottom, #767676 0%, #767676 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-grey-idle-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-over-gradient: linear-gradient(to top, #8B8B8B 0%, #8B8B8B 100%);
@button-grey-focus-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-down-gradient: linear-gradient(to top, #767676 0%, #767676 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-grey-idle-border-top: 0;
@button-grey-over-border-top: 0;
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: none;
@button-green-idle-gradient: linear-gradient(bottom, #98c878 0%, #98c878 100%);
@button-green-over-gradient: linear-gradient(bottom, #A5D288 0%, #A5D288 100%);
@button-green-focus-gradient: linear-gradient(bottom, #98c878 0%, #98c878 100%);
@button-green-down-gradient: linear-gradient(bottom, #98c878 0%, #98c878 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-green-idle-gradient: linear-gradient(to top, #98c878 0%, #98c878 100%);
@button-green-over-gradient: linear-gradient(to top, #A5D288 0%, #A5D288 100%);
@button-green-focus-gradient: linear-gradient(to top, #98c878 0%, #98c878 100%);
@button-green-down-gradient: linear-gradient(to top, #98c878 0%, #98c878 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 100%);
@button-green-idle-border-top: 0;
@button-green-over-border-top: 0;
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: none;
@button-green-disabled-color: #747474;
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green2-disabled-color: darken(#037a01, @darken-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: none;
@button-red-idle-gradient: linear-gradient(bottom, #f06767 0%, #f06767 100%);
@button-red-over-gradient: linear-gradient(bottom, #F28484 0%, #F28484 100%);
@button-red-focus-gradient: linear-gradient(bottom, #f06767 0%, #f06767 100%);
@button-red-down-gradient: linear-gradient(bottom, #f06767 0%, #f06767 100%);
@button-red-disabled-gradient: linear-gradient(bottom, #f06767 0%, #f06767 100%);
@button-red-idle-gradient: linear-gradient(to top, #f06767 0%, #f06767 100%);
@button-red-over-gradient: linear-gradient(to top, #F28484 0%, #F28484 100%);
@button-red-focus-gradient: linear-gradient(to top, #f06767 0%, #f06767 100%);
@button-red-down-gradient: linear-gradient(to top, #f06767 0%, #f06767 100%);
@button-red-disabled-gradient: linear-gradient(to top, #f06767 0%, #f06767 100%);
@button-red-idle-border-top: 0;
@button-red-over-border-top: 0;
@ -1072,12 +1072,12 @@
// Textbox - Simple
@tbsimple-border: 1px solid #DEDEDE;
@tbsimple-border-radius: 3px;
@tbsimple-gradient: linear-gradient(center bottom, #FFF 50%, #FFF 100%);
@tbsimple-gradient: linear-gradient(to top, #FFF 50%, #FFF 100%);
@tbsimple-color: #333333;
@tbsimple-font-family: @general-font-family;
@tbsimple-font-size: 12px;
@tbsimple-box-shadow: none;
@tbsimple-disabled-gradient: linear-gradient(center bottom, #F0F0F0 0%, #F0F0F0 40%);
@tbsimple-disabled-gradient: linear-gradient(to top, #F0F0F0 0%, #F0F0F0 40%);
// Preview
@preview-bar-box-shadow: none;
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/arrow_down_white.png";
@find-dropdown-button-border-left: 0;
@tooltip-label-gradient: linear-gradient(bottom, @chrome-background 0%, @chrome-background 100%);
@tooltip-label-gradient: linear-gradient(to top, @chrome-background 0%, @chrome-background 100%);
@tooltip-label-background-color: @chrome-background;
@tooltip-label-border: 1px solid darken(#DEDEDE, @darken-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: @general-font-family;
@tooltip-label-text-shadow: none;
@checkbox-holder-gradient: linear-gradient(top, transparent 0%, transparent 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, transparent 0%, transparent 100%);
@checkbox-holder-box-shadow: none;
@checkbox-holder-border-color: transparent;
@checkbox-holder-border-radius: 0;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 0 0 10px rgba(0, 0, 0, 0.5);
@gotoline-border-dark: 1px solid rgb(36, 36, 36);
@gotoline-list-background-dark: linear-gradient(center bottom, darken(rgb(71, 71, 71), @darken-chrome) 0%, darken(rgb(71, 71, 71), @darken-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, darken(rgb(71, 71, 71), @darken-chrome) 0%, darken(rgb(71, 71, 71), @darken-chrome) 100%);
@gotoline-list-color-dark: darken(#e7e7e7, @darken-chrome);
@gotoline-list-border-color-dark: darken(#353637, @darken-chrome);
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 1px solid #DEDEDE;
@gotoline-border-radius: 0px 3px 3px 0;
@gotoline-list-background: linear-gradient(center bottom, darken(#FCFCFC, @darken-chrome) 0%, darken(#FCFCFC, @darken-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, darken(#FCFCFC, @darken-chrome) 0%, darken(#FCFCFC, @darken-chrome) 100%);
@gotoline-list-color: darken(#333, @darken-chrome);
@gotoline-list-border-color: darken(#F6F6F6, @darken-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: @general-font-family;
@installer-log-color: #333;
@installer-log-gradient: linear-gradient(top, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-gradient: linear-gradient(to bottom, #DFEFF9 0%, #DFEFF9 100%);
@installer-log-border: 0;
@installer-log-border-color: white;
@installer-log-border-radius: 3px;

Wyświetl plik

@ -150,11 +150,11 @@
@collab-tree-access-control-background: rgba(0,0,0,0.41);
@collab-tree-access-control-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.93) inset;
@collab-access-control-active-color: darken(#B3B3B3, @darken-chrome);
@collab-tree-focus-access-control-active-gradient: linear-gradient(top, #80883e 0%, #677018 100%);
@collab-tree-focus-access-control-active-gradient: linear-gradient(to bottom, #80883e 0%, #677018 100%);
@collab-access-control-inactive-color: transparent;
@collab-access-control-inactive-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 0 2px rgba(0, 0, 0, 1);
@collab-access-control-inactive-box-shadow-right: @collab-access-control-inactive-box-shadow;
@collab-access-control-inactive-gradient: linear-gradient(top, #5F5F5F 0%, #333333 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #5F5F5F 0%, #333333 100%);
@collab-tree-focus-access-control-color: darken(#BDCE63, @darken-chrome);
@collab-access-control-flat: false;
@collab-tree-access-control-disabled-background: transparent;
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #000;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom,#202020 0%, #2f2f2f 100%);
@bubble-gradient: linear-gradient(to top, #202020 0%, #2f2f2f 100%);
@bubble-padding: 15px 13px;
@bubble-color: #ffffff;
@bubble-margin-top: 10px;
@ -228,7 +228,7 @@
@time-slider-play-border-div: true;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 3px solid black;
@time-slider-play-gradient: linear-gradient(top, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-gradient: linear-gradient(to bottom, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.65), 0 1px rgba(255, 255, 255, 0.08);
@time-slider-play-icon-image: "@{image-path}/play.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: rgba(0,0,0,0.3);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 1px rgba(255, 255, 255, 0.06);
@time-slider-bar-progress-gradient: linear-gradient(bottom, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-border-top: 1px solid rgba(0, 0, 0, 0.72);
@time-slider-bar-progress-box-shadow: 0 -1px rgba(0, 0, 0, 0.58) inset;
@time-slider-bar-progress-height: 5px;
@ -279,32 +279,32 @@
@time-slider-stepper-left-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-left-border-radius: 7px 0px 0 7px;
@time-slider-stepper-left-border-right: 1px solid black;
@time-slider-stepper-left-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 135px;
@time-slider-stepper-left-icon-margin: 3px 0 0 7px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-left-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 3px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-left-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-right-border-radius: 0 7px 7px 0;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 107px;
@time-slider-stepper-right-icon-margin: 3px 0 0 7px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-right-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-right-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-right-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-font-family: Tahoma;
@time-slider-revert-font-size: 12px;
@ -313,7 +313,7 @@
@time-slider-revert-border: 4px solid black;
@time-slider-revert-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-border-radius: 7px;
@time-slider-revert-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-color: darken(#B9B9B9, @darken-chrome);
@time-slider-revert-text-shadow: 0 1px rgba(0, 0, 0, 0.36);
@time-slider-revert-top: 20px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 1px 1px 1px 0;
@time-slider-revert-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-revert-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-color: rgb(54, 54, 54);
@time-slider-revert-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-padding: 2px 0px 0px 1px;
@time-slider-close-image: "@{image-path}/close_tab_btn.png";
@ -436,11 +436,11 @@
@pane-plus-box-shadow: inset -1px 1px 0 0 darken(#e6e6e6, @darken-chrome), inset 0 1px 6px 0 darken(rgba(151, 151, 151, 0.28), @darken-chrome), inset 1px -1px 0 0 darken(rgba(255, 255, 255, 0.36), @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-hover-border-color: darken(#b3b3b3, @darken-chrome);
@pane-plus-hover-box-shadow: inset 0 1px darken(#EEE, @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-hover-gradient: linear-gradient(top, darken(#E2E2E2, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, darken(#E2E2E2, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-hover-margin: 2px 0 0 6px;
@pane-plus-active-border-color: darken(#b3b3b3, @darken-chrome);
@pane-plus-active-box-shadow: inset 1px -1px darken(#E7E6E6, @darken-chrome), inset -1px 1px darken(#DDDDDD, @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-active-gradient: linear-gradient(top, darken(#BEBEBE, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, darken(#BEBEBE, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-menu-margin: -1px 0 0 0;
@pane-menu-left: 4px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: 0 0;
@pane-menu-border-color: darken(#b3b3b3, @darken-chrome);
@pane-menu-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 1px darken(#E6E6E6, @darken-chrome);
@pane-menu-gradient: linear-gradient(top, darken(#DFDDDD, @darken-chrome) 0%, darken(#D6D6D6, @darken-chrome) 100%);
@pane-menu-gradient: linear-gradient(to bottom, darken(#DFDDDD, @darken-chrome) 0%, darken(#D6D6D6, @darken-chrome) 100%);
@pane-menu-hover-border-color: darken(#b3b3b3, @darken-chrome);
@pane-menu-hover-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-hover-gradient: linear-gradient(top, darken(#DBDBDB, @darken-chrome) 0%, darken(#E6E6E6, @darken-chrome) 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, darken(#DBDBDB, @darken-chrome) 0%, darken(#E6E6E6, @darken-chrome) 100%);
@pane-menu-active-border-color: darken(#818181, @darken-chrome);
@pane-menu-active-box-shadow: inset 0 1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-upward-active-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 -1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-splits-image: "@{image-path}/splits.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: darken(#ffffff, @darken-chrome);
@dialog-header-height: 31px;
@dialog-header-gradient: linear-gradient(top, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-gradient: linear-gradient(to bottom, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-bottom-border: 1px solid black;
@dialog-header-box-shadow: 0 1px #5b5c5e inset;
@dialog-header-padding: 7px 14px 0;
@ -597,7 +597,7 @@
@dialog-content-color: #222;
@dialog-content-background: darken(#dfdfe0, @darken-chrome) url("@{image-path}/modalbg.png") repeat 0 0;
@dialog-content-dark-background-color: darken(#303130, @darken-chrome);
@dialog-content-dark-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-border-top: 1px solid rgba(255,255,255,0.06);
@dialog-footer-height: 46px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-gradient: linear-gradient(to bottom, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-border-bottom: 1px solid rgba(0, 0, 0, 0.61);
@offline-height: 32px;
@offline-text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
@ -653,9 +653,9 @@
@offline-font-color: darken(#f1f1f1, @darken-chrome);
@offline-icon: block;
@update-gradient: linear-gradient(top, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@update-gradient: linear-gradient(to bottom, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
// Frame
@frame-border-bottom: darken(#B8B8B8, @darken-chrome);
@ -823,7 +823,7 @@
@textarea-line-height: auto;
@textarea-padding: 5px;
@textarea-border-radius: 0;
@textarea-gradient: linear-gradient(center bottom,white 50%,#EBEBEB 100%);
@textarea-gradient: linear-gradient(to top, white 50%,#EBEBEB 100%);
@textarea-box-shadow: 0px 1px 0px #ffffff;
@textarea-font-family: Arial;
@textarea-font-size: 12px;
@ -848,11 +848,11 @@
@button-grey-color: darken(#ffffff, @darken-chrome);
@button-grey-text-shadow: darken(#383838, @darken-chrome) 0px 1px 0px;
@button-grey-idle-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(bottom, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(bottom, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(to top, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(to top, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-border-top: 1px solid darken(#93939B, @darken-chrome);
@button-grey-over-border-top: 1px solid darken(#ababb1, @darken-chrome);
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: darken(#068e02, @darken-chrome) 0px 1px 0px;
@button-green-idle-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(bottom, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(bottom, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(to top, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(to top, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-border-top: 1px solid darken(#88c464, @darken-chrome);
@button-green-over-border-top: 1px solid darken(#57b357, @darken-chrome);
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green-disabled-color: darken(#037a01, @darken-chrome);
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green2-disabled-color: darken(#037a01, @darken-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: darken(#b60000, @darken-chrome) 0px 1px 0px;
@button-red-idle-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(bottom, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(bottom, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(to top, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(to top, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-border-top: 1px solid darken(#e47979, @darken-chrome);
@button-red-over-border-top: 1px solid darken(#dd5757, @darken-chrome);
@ -1072,12 +1072,12 @@
// Textbox - Simple
@tbsimple-border: 1px solid #afafaf;
@tbsimple-border-radius: 0;
@tbsimple-gradient: linear-gradient(center bottom,rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-gradient: linear-gradient(to top, rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-color: #333333;
@tbsimple-font-family: Tahoma, Arial;
@tbsimple-font-size: 12px;
@tbsimple-box-shadow: 0px 1px 0px #ffffff;
@tbsimple-disabled-gradient: linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
@tbsimple-disabled-gradient: linear-gradient(to top, rgb(235,235,235) 0%,rgb(255,255,255) 40%);
// Preview
@preview-bar-box-shadow: 0px 1px darken(rgba(255, 255, 255, 0.1), @darken-chrome), 0 2px 4px darken(rgba(0, 0, 0, 0.12), @darken-chrome);
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/dropdown-dark-glossy/button.png";
@find-dropdown-button-border-left: 1px solid darken(#000, @darken-chrome);
@tooltip-label-gradient: linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-gradient: linear-gradient(to top, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-background-color: darken(#4E4F51, @darken-chrome);
@tooltip-label-border: 1px solid darken(#000, @darken-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: Arial;
@tooltip-label-text-shadow: 0 1px 0 rgba(0,0,0,.14);
@checkbox-holder-gradient: linear-gradient(top, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-box-shadow: 0px 1px @border-highlight-strong, inset 0px 1px @border-highlight;
@checkbox-holder-border-color: @button-black-border-color;
@checkbox-holder-border-radius: 3px;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 1px 1px 6px darken(rgba(0, 0, 0, 0.5), @darken-chrome), 0 1px darken(rgba(255, 255, 255, 0.08), @darken-chrome) inset;
@gotoline-border-dark: 0;
@gotoline-list-background-dark: linear-gradient(center bottom, darken(rgb(69,69,69), @darken-chrome) 0%, darken(rgb(84,84,84), @darken-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, darken(rgb(69,69,69), @darken-chrome) 0%, darken(rgb(84,84,84), @darken-chrome) 100%);
@gotoline-list-color-dark: darken(#e7e7e7, @darken-chrome);
@gotoline-list-border-color-dark: darken(#282727, @darken-chrome) white darken(#575757, @darken-chrome) white;
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 0;
@gotoline-border-radius: 0px 5px 5px 0;
@gotoline-list-background: linear-gradient(center bottom, darken(#E7E7E7, @darken-chrome) 0%, darken(#EBEBEB, @darken-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, darken(#E7E7E7, @darken-chrome) 0%, darken(#EBEBEB, @darken-chrome) 100%);
@gotoline-list-color: darken(#727272, @darken-chrome);
@gotoline-list-border-color: darken(#BBBBBB, @darken-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: Arial;
@installer-log-color: #fff;
@installer-log-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@installer-log-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@installer-log-border: 1px solid white;
@installer-log-border-color: rgba(255,255,255,0.06) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(255,255,255,0.06);
@installer-log-border-radius: 0;

Wyświetl plik

@ -150,11 +150,11 @@
@collab-tree-access-control-background: rgba(0,0,0,0.41);
@collab-tree-access-control-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.93) inset;
@collab-access-control-active-color: darken(#B3B3B3, @darken-chrome);
@collab-tree-focus-access-control-active-gradient: linear-gradient(top, #80883e 0%, #677018 100%);
@collab-tree-focus-access-control-active-gradient: linear-gradient(to bottom, #80883e 0%, #677018 100%);
@collab-access-control-inactive-color: transparent;
@collab-access-control-inactive-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 0 2px rgba(0, 0, 0, 1);
@collab-access-control-inactive-box-shadow-right: @collab-access-control-inactive-box-shadow;
@collab-access-control-inactive-gradient: linear-gradient(top, #5F5F5F 0%, #333333 100%);
@collab-access-control-inactive-gradient: linear-gradient(to bottom, #5F5F5F 0%, #333333 100%);
@collab-tree-focus-access-control-color: darken(#BDCE63, @darken-chrome);
@collab-access-control-flat: false;
@collab-tree-access-control-disabled-background: transparent;
@ -195,7 +195,7 @@
// Bubble
@bubble-border: 1px solid #000;
@bubble-border-radius: 8px;
@bubble-gradient: linear-gradient(center bottom,#202020 0%, #2f2f2f 100%);
@bubble-gradient: linear-gradient(to top, #202020 0%, #2f2f2f 100%);
@bubble-padding: 15px 13px;
@bubble-color: #ffffff;
@bubble-margin-top: 10px;
@ -228,7 +228,7 @@
@time-slider-play-border-div: true;
@time-slider-play-border-radius: 40px;
@time-slider-play-border: 3px solid black;
@time-slider-play-gradient: linear-gradient(top, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-gradient: linear-gradient(to bottom, rgb(63, 63, 63), rgb(39, 39, 39));
@time-slider-play-box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.65), 0 1px rgba(255, 255, 255, 0.08);
@time-slider-play-icon-image: "@{image-path}/play.png";
@time-slider-play-icon-pause-image: "@{image-path}/pause.png";
@ -247,7 +247,7 @@
@time-slider-bar-background: rgba(0,0,0,0.3);
@time-slider-bar-border-radius: 4px;
@time-slider-bar-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 1px rgba(255, 255, 255, 0.06);
@time-slider-bar-progress-gradient: linear-gradient(bottom, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-gradient: linear-gradient(to top, #64722a 0%, #abc326 100%);
@time-slider-bar-progress-border-top: 1px solid rgba(0, 0, 0, 0.72);
@time-slider-bar-progress-box-shadow: 0 -1px rgba(0, 0, 0, 0.58) inset;
@time-slider-bar-progress-height: 5px;
@ -279,32 +279,32 @@
@time-slider-stepper-left-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-left-border-radius: 7px 0px 0 7px;
@time-slider-stepper-left-border-right: 1px solid black;
@time-slider-stepper-left-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-background-position: 0px 0px;
@time-slider-stepper-left-right: 135px;
@time-slider-stepper-left-icon-margin: 3px 0 0 7px;
@time-slider-stepper-left-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-left-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-left-disabled-gradient: linear-gradient(left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-disabled-gradient: linear-gradient(to right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-left-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-left-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 3px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-left-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-left-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset, 0 -1px rgb(27, 27, 27) inset;
@time-slider-stepper-right-border-radius: 0 7px 7px 0;
@time-slider-stepper-right-border-left: 0;
@time-slider-stepper-right-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-background-position: -12px 0px;
@time-slider-stepper-right-right: 107px;
@time-slider-stepper-right-icon-margin: 3px 0 0 7px;
@time-slider-stepper-right-hover-icon-margin: 4px 0 0 8px;
@time-slider-stepper-right-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-stepper-right-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-stepper-right-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-stepper-right-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-stepper-right-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-stepper-right-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-font-family: Tahoma;
@time-slider-revert-font-size: 12px;
@ -313,7 +313,7 @@
@time-slider-revert-border: 4px solid black;
@time-slider-revert-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 1px 1px rgba(255, 255, 255, 0.06) inset, -1px 0 rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-border-radius: 7px;
@time-slider-revert-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-color: darken(#B9B9B9, @darken-chrome);
@time-slider-revert-text-shadow: 0 1px rgba(0, 0, 0, 0.36);
@time-slider-revert-top: 20px;
@ -321,11 +321,11 @@
@time-slider-revert-padding: 1px 1px 1px 0;
@time-slider-revert-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0.06), 0 0px rgba(255, 255, 255, 0.03) inset, 0 0px #131313 inset;
@time-slider-revert-disabled-gradient: linear-gradient(right, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-gradient: linear-gradient(to left, #1F1F1F 0%, #1F1F1F 60%, #1B1B1B 100%);
@time-slider-revert-disabled-color: rgb(54, 54, 54);
@time-slider-revert-hover-gradient: linear-gradient(top, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-hover-gradient: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(46, 46, 46) 100%);
@time-slider-revert-active-box-shadow: 0 1px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.66) inset, -1px 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 2px rgba(255, 255, 255, 0.06) inset;
@time-slider-revert-active-gradient: linear-gradient(top, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-gradient: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgb(36, 36, 36) 100%);
@time-slider-revert-active-padding: 2px 0px 0px 1px;
@time-slider-close-image: "@{image-path}/close_tab_btn.png";
@ -436,11 +436,11 @@
@pane-plus-box-shadow: inset -1px 1px 0 0 darken(#e6e6e6, @darken-chrome), inset 0 1px 6px 0 darken(rgba(151, 151, 151, 0.28), @darken-chrome), inset 1px -1px 0 0 darken(rgba(255, 255, 255, 0.36), @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-hover-border-color: darken(#b3b3b3, @darken-chrome);
@pane-plus-hover-box-shadow: inset 0 1px darken(#EEE, @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-hover-gradient: linear-gradient(top, darken(#E2E2E2, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-hover-gradient: linear-gradient(to bottom, darken(#E2E2E2, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-hover-margin: 2px 0 0 6px;
@pane-plus-active-border-color: darken(#b3b3b3, @darken-chrome);
@pane-plus-active-box-shadow: inset 1px -1px darken(#E7E6E6, @darken-chrome), inset -1px 1px darken(#DDDDDD, @darken-chrome), 0 1px 0px darken(rgba(255, 255, 255, 0.44), @darken-chrome);
@pane-plus-active-gradient: linear-gradient(top, darken(#BEBEBE, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-plus-active-gradient: linear-gradient(to bottom, darken(#BEBEBE, @darken-chrome) 0%, darken(#DBDBDB, @darken-chrome) 100%);
@pane-menu-margin: -1px 0 0 0;
@pane-menu-left: 4px;
@ -455,15 +455,15 @@
@pane-menu-icon-active-position: 0 0;
@pane-menu-border-color: darken(#b3b3b3, @darken-chrome);
@pane-menu-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 1px darken(#E6E6E6, @darken-chrome);
@pane-menu-gradient: linear-gradient(top, darken(#DFDDDD, @darken-chrome) 0%, darken(#D6D6D6, @darken-chrome) 100%);
@pane-menu-gradient: linear-gradient(to bottom, darken(#DFDDDD, @darken-chrome) 0%, darken(#D6D6D6, @darken-chrome) 100%);
@pane-menu-hover-border-color: darken(#b3b3b3, @darken-chrome);
@pane-menu-hover-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-hover-gradient: linear-gradient(top, darken(#DBDBDB, @darken-chrome) 0%, darken(#E6E6E6, @darken-chrome) 100%);
@pane-menu-hover-gradient: linear-gradient(to bottom, darken(#DBDBDB, @darken-chrome) 0%, darken(#E6E6E6, @darken-chrome) 100%);
@pane-menu-active-border-color: darken(#818181, @darken-chrome);
@pane-menu-active-box-shadow: inset 0 1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-upward-active-box-shadow: 0 1px darken(rgba(255, 255, 255, 0.6), @darken-chrome), inset 0 -1px darken(rgb(255, 255, 255), @darken-chrome);
@pane-menu-upward-active-gradient: linear-gradient(top, white 0%, white 100%);
@pane-menu-upward-active-gradient: linear-gradient(to bottom, white 0%, white 100%);
@pane-menu-splits-image: "@{image-path}/splits.png";
@pane-menu-splits-image-width: 138px;
@ -586,7 +586,7 @@
@dialog-header-color: darken(#ffffff, @darken-chrome);
@dialog-header-height: 31px;
@dialog-header-gradient: linear-gradient(top, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-gradient: linear-gradient(to bottom, #404143 0%, #333537 52%, #252729 52%, #252729 100%);
@dialog-header-bottom-border: 1px solid black;
@dialog-header-box-shadow: 0 1px #5b5c5e inset;
@dialog-header-padding: 7px 14px 0;
@ -597,7 +597,7 @@
@dialog-content-color: #222;
@dialog-content-background: darken(#dfdfe0, @darken-chrome) url("@{image-path}/modalbg.png") repeat 0 0;
@dialog-content-dark-background-color: darken(#303130, @darken-chrome);
@dialog-content-dark-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@dialog-content-dark-border-top: 1px solid rgba(255,255,255,0.06);
@dialog-footer-height: 46px;
@ -642,7 +642,7 @@
@disconnect-box-shadow: @error-box-shadow;
// Offline Dialog
@offline-gradient: linear-gradient(top, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-gradient: linear-gradient(to bottom, rgb(60, 112, 153) 0%, rgb(61, 97, 126) 100%);
@offline-border-bottom: 1px solid rgba(0, 0, 0, 0.61);
@offline-height: 32px;
@offline-text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
@ -653,9 +653,9 @@
@offline-font-color: darken(#f1f1f1, @darken-chrome);
@offline-icon: block;
@update-gradient: linear-gradient(top, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(top, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@update-gradient: linear-gradient(to bottom, rgb(154, 180, 50) 0%, rgb(116, 143, 45) 100%);
@readonly-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
@theme-switch-gradient: linear-gradient(to bottom, rgb(123, 150, 37) 0%, rgb(76, 114, 20));
// Frame
@frame-border-bottom: darken(#B8B8B8, @darken-chrome);
@ -823,7 +823,7 @@
@textarea-line-height: auto;
@textarea-padding: 5px;
@textarea-border-radius: 0;
@textarea-gradient: linear-gradient(center bottom,white 50%,#EBEBEB 100%);
@textarea-gradient: linear-gradient(to top, white 50%,#EBEBEB 100%);
@textarea-box-shadow: 0px 1px 0px #ffffff;
@textarea-font-family: Arial;
@textarea-font-size: 12px;
@ -848,11 +848,11 @@
@button-grey-color: darken(#ffffff, @darken-chrome);
@button-grey-text-shadow: darken(#383838, @darken-chrome) 0px 1px 0px;
@button-grey-idle-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(bottom, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(bottom, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(bottom, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-over-gradient: linear-gradient(to top, rgb(92,92,98) 0%, rgb(116,116,119) 100%);
@button-grey-focus-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-down-gradient: linear-gradient(to top, rgb(100,100,104) 0%, rgb(73,73,80) 100%);
@button-grey-disabled-gradient: linear-gradient(to top, rgb(73,73,80) 0%, rgb(100,100,104) 100%);
@button-grey-idle-border-top: 1px solid darken(#93939B, @darken-chrome);
@button-grey-over-border-top: 1px solid darken(#ababb1, @darken-chrome);
@ -867,11 +867,11 @@
@button-green-color: @button-grey-color;
@button-green-text-shadow: darken(#068e02, @darken-chrome) 0px 1px 0px;
@button-green-idle-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(bottom, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(bottom, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(bottom, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-over-gradient: linear-gradient(to top, rgb(53,164,51) 0%, rgb(109,183,67) 100%);
@button-green-focus-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(70,165,19) 100%);
@button-green-down-gradient: linear-gradient(to top, rgb(73,165,20) 0%, rgb(2,141,0) 100%);
@button-green-disabled-gradient: linear-gradient(to top, rgb(2,141,0) 0%, rgb(73,165,20) 100%);
@button-green-idle-border-top: 1px solid darken(#88c464, @darken-chrome);
@button-green-over-border-top: 1px solid darken(#57b357, @darken-chrome);
@ -882,10 +882,10 @@
@button-green-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green-disabled-color: darken(#037a01, @darken-chrome);
@button-green2-idle-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-idle-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-text-shadow: rgba(0,0,0,0.25) 0px 1px 0px;
@button-green2-down-gradient: linear-gradient(bottom, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(bottom, #088e04 0%, #30a12d 100%);
@button-green2-down-gradient: linear-gradient(to top, #30a12d 0%, #088e04 100%);
@button-green2-disabled-gradient: linear-gradient(to top, #088e04 0%, #30a12d 100%);
@button-green2-disabled-text-shadow: darken(#3da110, @darken-chrome) 0px 1px 0px;
@button-green2-disabled-color: darken(#037a01, @darken-chrome);
@ -894,11 +894,11 @@
@button-red-color: @button-grey-color;
@button-red-text-shadow: darken(#b60000, @darken-chrome) 0px 1px 0px;
@button-red-idle-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(bottom, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(bottom, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(bottom, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-over-gradient: linear-gradient(to top, rgb(197,51,51) 0%, rgb(213,51,51) 100%);
@button-red-focus-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-down-gradient: linear-gradient(to top, rgb(203,0,0) 0%, rgb(182,0,0) 100%);
@button-red-disabled-gradient: linear-gradient(to top, rgb(182,0,0) 0%, rgb(203,0,0) 100%);
@button-red-idle-border-top: 1px solid darken(#e47979, @darken-chrome);
@button-red-over-border-top: 1px solid darken(#dd5757, @darken-chrome);
@ -1072,12 +1072,12 @@
// Textbox - Simple
@tbsimple-border: 1px solid #afafaf;
@tbsimple-border-radius: 0;
@tbsimple-gradient: linear-gradient(center bottom,rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-gradient: linear-gradient(to top, rgb(255,255,255) 50%,rgb(235,235,235) 100%);
@tbsimple-color: #333333;
@tbsimple-font-family: Tahoma, Arial;
@tbsimple-font-size: 12px;
@tbsimple-box-shadow: 0px 1px 0px #ffffff;
@tbsimple-disabled-gradient: linear-gradient(center bottom,rgb(235,235,235) 0%,rgb(255,255,255) 40%);
@tbsimple-disabled-gradient: linear-gradient(to top, rgb(235,235,235) 0%,rgb(255,255,255) 40%);
// Preview
@preview-bar-box-shadow: 0px 1px darken(rgba(255, 255, 255, 0.1), @darken-chrome), 0 2px 4px darken(rgba(0, 0, 0, 0.12), @darken-chrome);
@ -1271,7 +1271,7 @@
@find-dropdown-icon-image: "@{image-path}/dropdown-dark-glossy/button.png";
@find-dropdown-button-border-left: 1px solid darken(#000, @darken-chrome);
@tooltip-label-gradient: linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-gradient: linear-gradient(to top, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 100%);
@tooltip-label-background-color: darken(#4E4F51, @darken-chrome);
@tooltip-label-border: 1px solid darken(#000, @darken-chrome);
@tooltip-label-box-shadow: 0 1px 0 0 rgba(255,255,255,.2) inset;
@ -1281,7 +1281,7 @@
@tooltip-label-font-family: Arial;
@tooltip-label-text-shadow: 0 1px 0 rgba(0,0,0,.14);
@checkbox-holder-gradient: linear-gradient(top, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-gradient: linear-gradient(to bottom, @button-black-background-1 0%, @button-black-background-2 52%, @button-black-background-3 52%, @button-black-background-4 100%);
@checkbox-holder-box-shadow: 0px 1px @border-highlight-strong, inset 0px 1px @border-highlight;
@checkbox-holder-border-color: @button-black-border-color;
@checkbox-holder-border-radius: 3px;
@ -1300,7 +1300,7 @@
@gotoline-box-shadow-dark: 1px 1px 6px darken(rgba(0, 0, 0, 0.5), @darken-chrome), 0 1px darken(rgba(255, 255, 255, 0.08), @darken-chrome) inset;
@gotoline-border-dark: 0;
@gotoline-list-background-dark: linear-gradient(center bottom, darken(rgb(69,69,69), @darken-chrome) 0%, darken(rgb(84,84,84), @darken-chrome) 100%);
@gotoline-list-background-dark: linear-gradient(to top, darken(rgb(69,69,69), @darken-chrome) 0%, darken(rgb(84,84,84), @darken-chrome) 100%);
@gotoline-list-color-dark: darken(#e7e7e7, @darken-chrome);
@gotoline-list-border-color-dark: darken(#282727, @darken-chrome) white darken(#575757, @darken-chrome) white;
@gotoline-list-border-width-dark: 1px 0 1px 0;
@ -1318,7 +1318,7 @@
@gotoline-border: 0;
@gotoline-border-radius: 0px 5px 5px 0;
@gotoline-list-background: linear-gradient(center bottom, darken(#E7E7E7, @darken-chrome) 0%, darken(#EBEBEB, @darken-chrome) 100%);
@gotoline-list-background: linear-gradient(to top, darken(#E7E7E7, @darken-chrome) 0%, darken(#EBEBEB, @darken-chrome) 100%);
@gotoline-list-color: darken(#727272, @darken-chrome);
@gotoline-list-border-color: darken(#BBBBBB, @darken-chrome);
@gotoline-list-border-width: 1px;
@ -1612,7 +1612,7 @@
@installer-font-family: Arial;
@installer-log-color: #fff;
@installer-log-gradient: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@installer-log-gradient: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
@installer-log-border: 1px solid white;
@installer-log-border-color: rgba(255,255,255,0.06) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(255,255,255,0.06);
@installer-log-border-radius: 0;

Wyświetl plik

@ -22,7 +22,7 @@
top: 0;
height: 23px;
z-index: 1000000;
.gradient(~"linear-gradient(top, rgb(70, 70, 70) 0%, rgb(37,37,37) 100%);");
background-image: linear-gradient(to bottom, rgb(70, 70, 70) 0%, rgb(37,37,37) 100%);;
color: #ccc;
cursor: default;
box-sizing: border-box;
@ -54,7 +54,7 @@
}
.window-titlebar.focus{
.gradient(~"linear-gradient(top, rgb(61, 61, 61) 0%, rgb(37,37,37) 100%);");
background-image: linear-gradient(to bottom, rgb(61, 61, 61) 0%, rgb(37,37,37) 100%);;
}
.window-titlebar .caption{
@ -141,7 +141,7 @@
-webkit-app-region: no-drag;
box-sizing : border-box;
box-shadow: 0 2px 0 rgba(255,255,255,0.06) inset, 0 1px 0 rgba(255,255,255,0.06);
.gradient(~"linear-gradient(top, #434343 0%, #303030 100%);");
background-image: linear-gradient(to bottom, #434343 0%, #303030 100%);;
border: 1px solid black;
}
.window-titlebar.win32 .closebtn:after,
@ -165,7 +165,7 @@
background-position : -68px 0;
}
.window-titlebar.win32 .closebtn:hover{
.gradient(~"linear-gradient(top, rgb(213, 42, 42) 0%, rgb(139, 14, 14) 100%);");
background-image: linear-gradient(to bottom, rgb(213, 42, 42) 0%, rgb(139, 14, 14) 100%);;
}
.window-titlebar.win32 .minbtn{
right : 68px;
@ -176,7 +176,7 @@
background-position : -20px 1px;
}
.window-titlebar.win32 .minbtn:hover{
.gradient(~"linear-gradient(top, #505050 0%, #353535 100%);");
background-image: linear-gradient(to bottom, #505050 0%, #353535 100%);;
}
.window-titlebar.win32 .maxbtn{
right : 43px;
@ -189,5 +189,5 @@
background-position : 7px 1px;
}
.window-titlebar.focus.win32 .maxbtn:hover{
.gradient(~"linear-gradient(top, #505050 0%, #353535 100%);");
background-image: linear-gradient(to bottom, #505050 0%, #353535 100%);;
}

Wyświetl plik

@ -10,7 +10,7 @@
border-right : @preferences-nav-border;
background: @preferences-nav-background;
.box-shadow(~"0 1px 0 0 @{preferences-nav-shadow-color} inset");
box-shadow: 0 1px 0 0 @preferences-nav-shadow-color inset;
z-index: 1;
box-sizing: border-box;
}
@ -205,7 +205,7 @@
border: 1px solid @spinner-border-color;
padding: @textarea-padding;
color: @spinner-color;
.box-shadow(~"none");
box-shadow: none;
line-height: @textarea-line-height;
border-radius: @textarea-border-radius;
}

Wyświetl plik

@ -118,7 +118,7 @@
border-left: 1px dashed rgba(0, 0, 0, 0.1);
border-right: 1px dashed rgba(0, 0, 0, 0.1);
.box-shadow(~"0px 0px 1px 0px rgba(204, 204, 204, 0.28)");
box-shadow: 0px 0px 1px 0px rgba(204, 204, 204, 0.28);
.transform(~"rotate(-2deg) skew(0,0) translate(0%,-5px)");
}
.stickynote .left-shadow {
@ -129,7 +129,7 @@
position: absolute;
z-index: -6;
display: inline-block;
.box-shadow(~"-10px -10px 10px rgba(0, 0, 0, 0.12)");
box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.12);
.transform(~"scale(1) rotate(274deg) translate(20px, 25px) skew(9deg, 0deg)");
}
.stickynote .right-shadow {
@ -140,7 +140,7 @@
position: absolute;
z-index: -6;
display: inline-block;
.box-shadow(~"-10px -10px 10px rgba(0, 0, 0, 0.12)");
box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.12);
.transform(~"scale(1) rotate(184deg) translate(20px, 25px) skew(9deg, 0deg)");
}
@ -168,7 +168,7 @@ THE SOFTWARE.
*/
/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
@keyframes animate-stripes {
to {
background-position: 0 0;
}
@ -178,16 +178,6 @@ THE SOFTWARE.
}
}
@-moz-keyframes animate-stripes {
to {
background-position: 0 0;
}
from {
background-position: 36px 0;
}
}
/* Bar which is placed behind the progress */
.ui-progress-bar {
/* Usual setup stuff */
@ -198,7 +188,7 @@ THE SOFTWARE.
/* Pad right so we don't cover the borders when fully progressed */
/* For browser that don't support gradients, we'll set a blanket background colour */
background-color: rgba(157, 167, 171, 0.42);
.border-radius(~"10px");
border-radius: 10px;
}
.ui-progress-bar.blue .ui-progress {
background-color: #339BB9!important;
@ -228,21 +218,16 @@ THE SOFTWARE.
height: 8px;
/* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
/* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
.border-radius(~"10px");
border-radius: 10px;
/* Webkit background stripes and gradient */
background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0, rgba(0, 0, 0, 0.17)), color-stop(0.25, rgba(0, 0, 0, 0.17)), color-stop(0.26, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.51, rgba(0, 0, 0, 0.17)), color-stop(0.75, rgba(0, 0, 0, 0.17)), color-stop(0.76, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.35))), #EAF9FF;
background: -moz-repeating-linear-gradient(top left -30deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17) 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 30px), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), #EAF9FF;
background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17) 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 30px), linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), #EAF9FF;
/* Set the background size so the stripes work correctly */
-webkit-background-size: 44px 44px;
-moz-background-size: 36px 36px;
/* Animate */
-moz-animation: animate-stripes 2s linear infinite;
-webkit-animation: animate-stripes 2s linear infinite;
-o-animation: animate-stripes 2s linear infinite;
-ms-animation: animate-stripes 2s linear infinite;
-khtml-animation: animate-stripes 2s linear infinite;
animation: animate-stripes 2s linear infinite;
/* Style status label */
@ -250,8 +235,7 @@ THE SOFTWARE.
left:0px;
}
.dark .ui-progress-bar .ui-progress {
background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0, rgba(0, 0, 0, 0.17)), color-stop(0.25, rgba(0, 0, 0, 0.17)), color-stop(0.26, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.51, rgba(0, 0, 0, 0.17)), color-stop(0.75, rgba(0, 0, 0, 0.17)), color-stop(0.76, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.35))), #4ACBFD;
background: -moz-repeating-linear-gradient(top left -30deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17) 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 30px), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), #4ACBFD;
background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17) 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 30px), linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), #4ACBFD;
/* Set the background size so the stripes work correctly */
-webkit-background-size: 44px 44px;

Wyświetl plik

@ -51,7 +51,7 @@
border: @breakpoint-condition-border;
border-radius: @breakpoint-condition-border-radius;
.gradient(~"@{breakpoint-condition-gradient}");
background-image: @breakpoint-condition-gradient;
padding : 5px;
font-family : @breakpoint-condition-font-family;

Wyświetl plik

@ -16,7 +16,7 @@
}
.editor_tab .output:not(.hidetoolbar) .c9terminal .c9terminalcontainer.dark {
.gradient(~"linear-gradient(top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.1) 28px, rgba(0, 0, 0, 0.29) 28px, rgba(0, 0, 0, 0.11) 36px, rgba(0, 0, 0, 0.01) 41px, transparent 43px);");
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.1) 28px, rgba(0, 0, 0, 0.29) 28px, rgba(0, 0, 0, 0.11) 36px, rgba(0, 0, 0, 0.01) 41px, transparent 43px);
}
.output:not(.hidetoolbar) .ace_editor{
@ -68,14 +68,14 @@
.output .toolbar .c9-toolbarbutton-glossyOver {
border: 1px solid @output-button-hover-border-color;
.gradient(~"linear-gradient(top, @{output-button-hover-background-1} 0%, @{output-button-hover-background-2} 55%, @{output-button-hover-background-3} 55%, @{output-button-hover-background-4} 100%)");
.box-shadow(~"inset 1px 1px @{output-button-hover-shadow-color}, inset -1px -1px @{output-button-hover-shadow-color};");
background-image: linear-gradient(to bottom, output-button-hover-background-1 0%, output-button-hover-background-2 55%, output-button-hover-background-3 55%, output-button-hover-background-4 100%);
box-shadow: inset 1px 1px output-button-hover-shadow-color, inset -1px -1px output-button-hover-shadow-color;
}
.output .toolbar .c9-toolbarbutton-glossyDown {
border: 1px solid @output-button-active-border-color;
.gradient(~"linear-gradient(top, @{output-button-active-background-1} 0%, @{output-button-active-background-2} 55%, @{output-button-active-background-3} 55%, @{output-button-active-background-4} 100%)");
.box-shadow(~"inset 1px 1px @{output-button-hover-shadow-color}, inset -1px -1px @{output-button-hover-shadow-color};");
background-image: linear-gradient(to bottom, @output-button-active-background-1 0%, @output-button-active-background-2 55%, @output-button-active-background-3 55%, @output-button-active-background-4 100%);
box-shadow: inset 1px 1px output-button-hover-shadow-color, inset -1px -1px ;
}
/* Place Holder */

Wyświetl plik

@ -10,7 +10,7 @@
.terminal_monitor_message {
border-radius: @terminal-message-border-radius;
.gradient(~"@{terminal-message-gradient}");
background-image: @terminal-message-gradient;
max-width: 350px;
padding : @terminal-message-padding;
@ -55,15 +55,15 @@
margin: 5px 0 0 5px;
float: right;
.gradient(~"@{terminal-message-button-gradient}");
background-image: @terminal-message-button-gradient;
text-shadow: @terminal-message-button-text-shadow;
}
.terminal_monitor_message .cmd:hover {
.gradient(~"@{terminal-message-button-hover-gradient}");
background-image: @terminal-message-button-hover-gradient;
}
.terminal_monitor_message .cmd:active {
.gradient(~"@{terminal-message-button-active-gradient}");
background-image: @terminal-message-button-active-gradient;
}
.terminal_monitor_message .caption {

Wyświetl plik

@ -8,8 +8,7 @@
box-shadow: 0 -1px 0 0 #000;
}
.editor_tab .c9terminal .c9terminalcontainer.dark{
background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
background-image: linear-gradient(top,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.11) 8px, rgba(0, 0, 0, 0.01) 13px, transparent 15px);
}
.c9terminal .c9terminalcontainer .terminal{

Wyświetl plik

@ -151,7 +151,7 @@
box-shadow: 1px 1px fade(@selected-focus-background, 60%) inset;
color: @selected-color;
border-radius: 3px;
.box-sizing(border-box);
box-sizing: border-box;
margin-right: 5px;
}

Wyświetl plik

@ -158,7 +158,7 @@
box-shadow: 1px 1px fade(@selected-focus-background, 60%) inset;
color: @selected-color;
border-radius: 3px;
.box-sizing(border-box);
box-sizing: border-box;
margin-right: 5px;
}

Wyświetl plik

@ -5,7 +5,7 @@
.uploadDropArea:before when(@upload-win-flat = false){
content: "";
.box-sizing(content-box);
box-sizing: content-box;
position: absolute;
height: 95px;
width: 335px;

Wyświetl plik

@ -192,13 +192,13 @@
.welcome .black_dropdown when(@welcome-alter-widgets = true){
background: transparent;
border-color: rgba(0, 0, 0, 0.35);
.gradient(~"linear-gradient(bottom, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%)");
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
}
.welcome .black_dropdownOver when(@welcome-alter-widgets = true){
.gradient(~"linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.02) 100%)");
background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.welcome .black_dropdownDown when(@welcome-alter-widgets = true){
.gradient(~"linear-gradient(bottom, rgba(45, 45, 45, 0.08) 0%, rgba(0, 0, 0, 0.07) 100%)");
background-image: linear-gradient(to top, rgba(45, 45, 45, 0.08) 0%, rgba(0, 0, 0, 0.07) 100%);
}
.welcome .black_dropdown .button when(@welcome-alter-widgets = true){
border-left: 1px solid rgba(255, 255, 255, 0.1);