A better style for nm row selection in mobile template

This commit is contained in:
Hadi Nategh 2016-05-30 12:35:27 +02:00
parent 178d86adfa
commit 53026a61be
2 changed files with 16 additions and 14 deletions

View File

@ -7644,7 +7644,7 @@ form[id^="tracker-"] .dialogHeadbar {
background-image: none; background-image: none;
} }
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) { body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) {
background: #696969 !important; background: #b0bfd8 !important;
} }
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) * { body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) * {
color: white !important; color: white !important;
@ -7652,18 +7652,19 @@ form[id^="tracker-"] .dialogHeadbar {
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) td:last-child:before { body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) td:last-child:before {
content: " "; content: " ";
position: absolute; position: absolute;
background: #62A28E; background: #b0bfd8;
right: 2px; right: 0px;
bottom: 2px; bottom: 0px;
left: -8px;
top: 0px;
color: white; color: white;
background-image: url(../images/topmenu_items/mobile/check.svg); background-image: url(../images/topmenu_items/mobile/check.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
height: auto; height: auto;
background-size: 20px; background-size: 20px;
background-position: center; background-position: center;
height: 32px; height: 99%;
width: 32px; width: 99%;
border-radius: 50%;
} }
body .et2_nextmatch table.egwGridView_grid tbody tr:hover { body .et2_nextmatch table.egwGridView_grid tbody tr:hover {
background: transparent; background: transparent;

View File

@ -799,14 +799,16 @@
tbody { tbody {
tr.focused{background-image: none;} tr.focused{background-image: none;}
tr.selected:not([class*="tile"]) { tr.selected:not([class*="tile"]) {
background: #696969 !important; background: #b0bfd8 !important;
* {color:white !important;} * {color:white !important;}
td:last-child:before { td:last-child:before {
content: " "; content: " ";
position: absolute; position: absolute;
background: #62A28E; background: #b0bfd8;
right: 2px; right: 0px;
bottom: 2px; bottom: 0px;
left: -8px;
top:0px;
color: white; color: white;
background-image: url(../images/topmenu_items/mobile/check.svg); background-image: url(../images/topmenu_items/mobile/check.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -814,9 +816,8 @@
height: auto; height: auto;
background-size: 20px; background-size: 20px;
background-position: center; background-position: center;
height: 32px; height: 99%;
width: 32px; width: 99%;
border-radius: 50%;
} }
} }
tr { tr {