Skip to content

Commit a97314e

Browse files
committed
Updated color options
1 parent b614996 commit a97314e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

extras/popup/popup.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ a {
248248
cursor: pointer;
249249
}
250250
.feature input[type="color"] {
251-
padding-left: 0.1vw !important;
251+
padding: 0.1vw !important;
252+
border-radius: 0.4rem;
252253
}
253254

254255
/*Switch*/

extras/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ a {
148148
cursor: pointer;
149149
}
150150
.feature input[type="color"] {
151-
padding-left: 0.1vw;
151+
padding: 0.1vw;
152+
border-radius: 0.4rem;
152153
}
153154

154155
.feature > input {

0 commit comments

Comments
 (0)