Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
The color scheme's in the admin area under Settings > Company > Look and Feel > Themes, for Client and Staff tabs, use a box-shadow to make the colors stand out from the background.
Instead, replace the shadow with a solid 1px #e1e1e1 border.
This is the style that should be updated:
.common_box .content_section .inner ul li.colortheme div {
border: 1px solid #e1e1e1;
}