1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled.

This commit is contained in:
Cameron
2020-04-09 17:22:10 -07:00
parent bd647b1514
commit 3730254b8a
4 changed files with 20 additions and 9 deletions

View File

@@ -224,6 +224,8 @@ td .file.well { margin-bottom:0 }
#admin-ui-edit-db-language span.default,
#admin-ui-list-db-language span.default { color: white }
td.options .btn-group { display: flex; }
@@ -566,6 +568,12 @@ img.S32:hover {}
table.adminlist { margin-bottom: 0 }
table.adminlist td .video-responsive { height: auto; padding:0 }
.admin-true-icon { color: #51a351; font-weight:bold; font-size:1.2em; }
.admin-false-icon { color: #ee5f5b; font-weight:bold; font-size:1.2em; }
select.e-editable-boolean option[value='1'] { color: #51a351; }
select.e-editable-boolean option[value='0'] { color: #ee5f5b; }
span.e-search input[type='text'] { padding-left:15px; font-style: italic }
/*