Fixes white theme regressions

pull/64/head
Ruben Daniels 2015-04-02 02:31:55 +00:00 zatwierdzone przez nightwing
rodzic 09259eeaf8
commit eddefc180b
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -401,15 +401,14 @@
pointer-events: auto;
}
.ace_tree .tree-row .checkbox.checked{
background: white url("@{image-path}/@{menu-check}");
background-position: -2px -2px;
}
.ace_tree .tree-row .checkbox.half-checked{
background: #DDDDDD url("@{image-path}/@{menu-check}");
background-color: #DDDDDD;
background-position: -2px -2px;
}
.installer .execute .progress{
bottom: -50px;
bottom: -44px;
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {

Wyświetl plik

@ -54,11 +54,11 @@
pointer-events: auto;
}
.ace_tree .tree-row .checkbox.checked{
background: #2D2D2D url("@{image-path}/@{menu-check}");
background-image: url("@{image-path}/@{menu-check}");
background-position: -2px -18px;
}
.ace_tree .tree-row .checkbox.half-checked{
background: #565656 url("@{image-path}/@{menu-check}");
background-color: #565656;
background-position: -2px -18px;
}