diff --git a/www/css/themes/bootstrap-theme.min.css b/www/css/themes/bootstrap-theme.min.css index 52e83bba..29fbaabd 100644 --- a/www/css/themes/bootstrap-theme.min.css +++ b/www/css/themes/bootstrap-theme.min.css @@ -28,12 +28,12 @@ footer { background-color: #eeeeee !important; } -.profile-box, .user-dropdown, #emotelist td { +.profile-box, .user-dropdown { background-color: #ffffff; } #emotelist td { - border: 1px solid #cccccc; + background-color: #f0f0f0; } .chat-shadow { diff --git a/www/css/themes/light.css b/www/css/themes/light.css index 2c916648..d097a62b 100644 --- a/www/css/themes/light.css +++ b/www/css/themes/light.css @@ -22,12 +22,12 @@ footer { background-color: #eeeeee !important; } -.profile-box, .user-dropdown, #emotelist td { +.profile-box, .user-dropdown { background-color: #ffffff; } #emotelist td { - border: 1px solid #cccccc; + background-color: #f0f0f0; } .chat-shadow {