diff --git a/admin/themes/default/css/components/general.css b/admin/themes/default/css/components/general.css index 73533487e..02e0cc883 100644 --- a/admin/themes/default/css/components/general.css +++ b/admin/themes/default/css/components/general.css @@ -302,6 +302,8 @@ Info .info-message { display: none; + background-color: #c2f5c2; + color: #0a0; } .info-error { diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 961a8b3b7..b1be539b7 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -411,7 +411,6 @@ LI.menuLi { .cat-modify { height: calc(100vh - 192px); - width: calc(100vw - 205px); display: grid; grid-template-rows: 50px auto 60px; } @@ -504,10 +503,11 @@ LI.menuLi { } .cat-modify-actions .toggle-comment-option { - font-size: 16px; + font-size: 13px; padding: 5px; width: 20px; height: 24px; + z-index: 20; } .cat-modify-actions a::after, @@ -710,7 +710,12 @@ LI.menuLi { justify-content: end; border-top: 1px solid #ececec; padding: 12px; -} + position: fixed; + bottom: 0; + right: 0; + width: 100%; + background: white; + } .cat-delete-modes { display: flex; @@ -2723,15 +2728,13 @@ h2:lang(en) { text-transform:capitalize; } .AddPluginSuccess span, .RestorePluginSuccess span, -.DeactivatePluginSuccess span, -.info-message { +.DeactivatePluginSuccess span { color: #0a0; } .AddPluginSuccess label, .DeactivatePluginSuccess label, -.RestorePluginSuccess label, -.info-message { +.RestorePluginSuccess label { background-color: #c2f5c2; color: #0a0; } @@ -3755,6 +3758,7 @@ a#showPermissions:hover {text-decoration: none;} .tag-pagination .selected { background: #ffa646; + color: black; } .tag-container .tag-box .tag-rename span { @@ -4705,14 +4709,14 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} } #addGroupNameInput { - color: #353535 !important; + color: #353535; background-color: #F3F3F3 !important; border: none !important; margin-top: 15px; } #addGroupNameInput::placeholder { - color: #353535 !important; + color: #353535; } .groupIcon { diff --git a/admin/themes/roma/css/components/general.css b/admin/themes/roma/css/components/general.css index 35c29b0ea..97335e478 100644 --- a/admin/themes/roma/css/components/general.css +++ b/admin/themes/roma/css/components/general.css @@ -191,4 +191,14 @@ or (generated by selectize.js) .advanced-filter-item-container .selectize-control .selectize-input .item { padding-right: 0 !important; +} + +.info-message { + background-color: #0a0; + color: #c2f5c2; +} + +.info-warning { + background-color: #ee8800; + color:#ffdd99; } \ No newline at end of file diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 15fb5dc7b..5a61eefd9 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -538,13 +538,13 @@ label>p.group_select { } #addGroupNameInput { - color: #353535 !important; + color: #999; background-color: #252525 !important; border: none !important; } #addGroupNameInput::placeholder { - color: #777 !important; + color: #777; } .groups .AddUser .icon-user-add::before{ @@ -956,6 +956,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .cat-modify-footer { border-color: rgba(0, 0, 0, 0.2); + background: #444444; } .cat-modify-actions a:hover @@ -1202,11 +1203,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: white; } -.info-message { - color: #c2f5c2 ; - background-color:#0a0; -} - .info-error { color: #ffd5dc; background-color:#f22; @@ -1393,8 +1389,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .AddPluginSuccess span, .RestorePluginSuccess span, -.DeactivatePluginSuccess span, -.info-message { +.DeactivatePluginSuccess span { color: #c2f5c2; }