diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 667806a..15c715f 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -450,4 +450,11 @@ td, th { .error-none {display:none;} .error-field {border:1px solid red!important;} .container-fluid {padding-left:0px;} -img {max-width:none;} \ No newline at end of file +img {max-width:none;} + +a.btn-expand{ + color: #333; + text-decoration: none; + padding-left:4px; + padding-right:4px; +} \ No newline at end of file