diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 7342084ebc..f6a5c33833 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -42,7 +42,7 @@ a.showMoreImage:hover {opacity: 1;} .chosen-container .chosen-drop{z-index: 1100;} .table-actions .btn {background: #78bdf5; color: #fff; border-color: #78bdf5} -.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid #fff} +.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid rgba(255,255,255,0.2);} .table-footer .checked+div .btn, .table-actions .btn:hover {background: #16a8f8; border-color: #16a8f8} #header #toolbar a {color: #3c4353; font-size: 13px; position: relative;}