diff --git a/admin/themes/default/css/components/general.css b/admin/themes/default/css/components/general.css index 02e0cc883..ff8531f14 100644 --- a/admin/themes/default/css/components/general.css +++ b/admin/themes/default/css/components/general.css @@ -302,7 +302,7 @@ Info .info-message { display: none; - background-color: #c2f5c2; + background-color: #c2f5c2; color: #0a0; } diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 0994dd10a..d3d8bbd4d 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -76,7 +76,7 @@ usersCache.selectize(jQuery('select.UserSearch')); {$grp_color} {/if}"> -
+
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 28665e816..2c23cb93b 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -551,7 +551,7 @@ $(document).ready(function() {
- +

{* #permitActionUserList *} @@ -1066,16 +1066,9 @@ $(document).ready(function() { font-weight:bold; } -#AddUserSuccess span { - color: #0a0; -} - #AddUserSuccess label { padding: 10px; - background-color: #c2f5c2; - border-left: 2px solid #00FF00; cursor: default; - color: #0a0; } #AddUserSuccess .edit-now { @@ -1715,9 +1708,6 @@ $(document).ready(function() { .update-user-success { padding:10px; display:none; - background-color:#c2f5c2; - color: #0a0; - border-left: 2px solid #00FF00; } .update-user-fail { diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 8a3253187..bf722cbbe 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4737,8 +4737,6 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} font-size: 12px; right: 52px; width: 110px; - color: #0a0; - background-color:#c2f5c2; text-align: center; } @@ -5488,6 +5486,18 @@ input:checked + .slider:before, input:checked + .slider::after { border-left:solid 3px red; } +#AddUserSuccess span { + color: #0a0; +} + +#AddUserSuccess label { + background-color: #c2f5c2; + border-left: 2px solid #00FF00; + color: #0a0; +} +.update-user-success { + border-left: 2px solid #00FF00; +} #UserList .AddUserBlock p, #UserList .AddUserBlock select, #UserList .AddUserBlock button{ diff --git a/admin/themes/roma/css/components/general.css b/admin/themes/roma/css/components/general.css index 97335e478..9986dd5b1 100644 --- a/admin/themes/roma/css/components/general.css +++ b/admin/themes/roma/css/components/general.css @@ -194,8 +194,8 @@ or (generated by selectize.js) } .info-message { - background-color: #0a0; - color: #c2f5c2; + background-color: #50a48f; + color: #a9f6e3; } .info-warning { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index c4ffcdeb7..e5bca78a7 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -328,7 +328,6 @@ a.stat-box:hover { .languageBox {background-color:#333;} .languageName {color:#ccc;} .languageDefault {background-color:#555; color:#aaa;} -.groupMessage {color: #c2f5c2 ;background-color: #0a0;} .groupError {color: #ffd5dc;background-color: #f22;} .group-rename input {color: #999;} .GroupBackgroudSelected .Group-name {color: #333 !important;} @@ -1805,6 +1804,20 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; border: solid 2px #151515; } +#AddUserSuccess span { + color: #a9f6e3; +} + +#AddUserSuccess label { + background-color: #50a48f; + border-left: 2px solid #a9f6e3; + color: #a9f6e3; +} + +.update-user-success { + border-left: 2px solid #a9f6e3; +} + .buttonGradient:disabled { padding: 8px 10px; margin-left: 5px; background-size: 200% 100%;