diff options
Diffstat (limited to 'src/cs16.css')
-rw-r--r-- | src/cs16.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cs16.css b/src/cs16.css index 051eca3..a290027 100644 --- a/src/cs16.css +++ b/src/cs16.css @@ -290,6 +290,7 @@ body { background-color: var(--secondary-bg); min-width: 150px; appearance: none; + border-radius: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'%3E%3Cpath d='M0,0 1,0 1,1 0,1 M1,0 2,0 2,1 1,1 M1,1 2,1 2,2 1,2 M2,1 3,1 3,2 2,2 M2,2 3,2 3,3 2,3 M3,2 4,2 4,3 3,3 M3,3 4,3 4,4 3,4 M3,1 4,1 4,2 3,2 M2,0 3,0 3,1 2,1 M3,0 4,0 4,1 3,1 M4,0 5,0 5,1 4,1 M4,2 5,2 5,3 4,3 M4,1 5,1 5,2 4,2 M5,1 6,1 6,2 5,2 M5,0 6,0 6,1 5,1 M6,0 7,0 7,1 6,1 ' fill='%23a0aa95'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 6px top 50%; |