diff --git a/public/css/admin.css b/public/css/admin.css index 9f3d97c7..e69e854a 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -33,11 +33,17 @@ z-index: 100; color: #fff; } -#crop_editor input[type=number] { - width: 85px; - background: #555; +#crop_editor .input-group-text { + background-color: rgba(233, 236, 239, 0.5); + border-color: rgba(233, 236, 239, 0.5); color: #fff; } +#crop_editor input[type=number] { + background: #555; + border-color: rgba(233, 236, 239, 0.5); + color: #fff; + width: 85px; +} #crop_editor input[type=checkbox] { vertical-align: middle; }