kopia lustrzana https://github.com/c9/core
Fixes white theme regressions
rodzic
09259eeaf8
commit
eddefc180b
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue