Skip to content

Commit

Permalink
Fixed minor css issues with color-picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
username0136 authored Aug 25, 2022
1 parent 2398638 commit 0f086e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ dialog {
#themecolor-picker {
display: flex;
list-style: none;
padding: 0;
}

#themecolor-picker span {
Expand All @@ -284,3 +285,7 @@ dialog {
#themecolor-picker span.active {
box-shadow: inset 0 0 0 2px #ddd;
}

#themecolor-picker span[style*="#4873b3"] {
margin-left: 8px;
}

0 comments on commit 0f086e4

Please sign in to comment.