Fixes dark theme for test panel

pull/134/merge
Ruben Daniels 2015-08-26 08:45:34 -07:00
rodzic 78323a7e16
commit 21b1d565e4
5 zmienionych plików z 22 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
body .splitbutton .arrow {
.image-2x("@{image-path}/@{dropdown-black-image}", @dropdown-black-image-width, @dropdown-black-image-height);
background-position: @dropdown-black-background-position;
background-position: 50%;
width: 18px;
min-width: 10px !important;
}

Wyświetl plik

@ -1,7 +1,7 @@
.toolbar-top{
border-top : 1px solid @border-highlight;
padding : 0;
height : @toolbar-height;
// height : @toolbar-height;
white-space: normal !important;
border-bottom: 1px solid @border-highlight-dark; //rgb(15,15,15);
background-color: @menu-bar-background;
@ -32,4 +32,8 @@
.toolbar-top.basic .c9-menu-btnDisabled .icon{
background-position : 0 -38px;
}
.has_apf .toolbar-top .sbtb_middle{
height: 18px;
padding: 1px 2px;
}

Wyświetl plik

@ -1531,7 +1531,7 @@
// Toolbar
@toolbar-height: 24px;
@toolbar-button-padding-top: 3px;
@toolbar-button-padding-top: 5px;
@toolbar-button-width: 26px;
@toolbar-button-height: 25px;
@toolbar-button-icon-width: 19px;

Wyświetl plik

@ -411,6 +411,16 @@
bottom: -44px;
}
.has_apf .toolbar-top .sbtb_middle{
height: auto;
padding: 4px 25px 3px 5px;
}
.top-test-panel{
border-bottom: 1px solid @border-highlight-dark;
box-shadow: none;
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
.listBP .checked .checkbox {
background-position: 0px -61px !important;

Wyświetl plik

@ -17,6 +17,10 @@
margin: 1px 0px 0px 0px;
padding-left: 0;
}
.custom-tree.ace_tree .tree-row.heading {
color: @tree-heading-color;
text-shadow: @tree-heading-text-shadow;
}
.custom-tree.ace_tree .tree-row.selected {
background: @selected-background;