WIP of admin cmds template:

- Fix splitter bar background
This commit is contained in:
Hadi Nategh 2019-05-09 15:50:10 +02:00
parent 73eda7ec30
commit 84e4a6d1ce
2 changed files with 2 additions and 0 deletions

View File

@ -194,4 +194,5 @@ Admin command
border-top: 1px solid #B4B4B4; border-top: 1px solid #B4B4B4;
border-left: 0; border-left: 0;
border-bottom: 0; border-bottom: 0;
background: white;
} }

View File

@ -207,6 +207,7 @@ Admin command
border-top: 1px solid #B4B4B4; border-top: 1px solid #B4B4B4;
border-left: 0; border-left: 0;
border-bottom: 0; border-bottom: 0;
background: white;
} }
@media all { @media all {
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow { div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {