diff --git a/admin/themes/default/css/components/album_selector.css b/admin/themes/default/css/components/album_selector.css index 0ad88e1d1..ed767a500 100644 --- a/admin/themes/default/css/components/album_selector.css +++ b/admin/themes/default/css/components/album_selector.css @@ -37,7 +37,7 @@ right: -40px; top: -40px; font-size: 30px; - color: #444; + color: #FFF; } .ClosePopIn:hover { diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 26145bed8..4f4e7d133 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -2531,6 +2531,11 @@ $(document).ready(function() { font-weight:bold; align-self: center; } + +.close-update-button:hover{ + color: #474747; +} + .close-update-button.icon-cancel-circled::before { margin-left: 0; } @@ -2690,6 +2695,10 @@ $(document).ready(function() { font-size:1em; } +.AddUserCancel:hover{ + color: #474747; +} + .AddUserResult { padding: 10px; text-align: start; diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index b73714012..f2b632eea 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1400,6 +1400,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background: #888; } +/* Popin Album Selector */ +.linkedAlbumPopInContainer .ClosePopIn{ + color: #444; +} .themeBox{ box-shadow: 0 0 5px #333; @@ -1979,6 +1983,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color: #444; } +.AddUserSubmitContainer .AddUserCancel:hover{ + color: #ededed; +} + .AddUserPopInContainer .AddIconTitle { color: #c1c1c1; } @@ -2002,6 +2010,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #a9f6e3; } +.update-container .close-update-button:hover{ + color: #ededed; +} + .update-user-success, .update-password-success, .update-username-success,