Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
update popup style
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Sep 6, 2020
1 parent 1624218 commit ad1a930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file modified misc/popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/assets/rdltr.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,18 @@ body {
}

.rdltr-container select {
-moz-appearance: none; /* Firefox */
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='%238c95aa' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 97%;
background-position-y: 5px;
box-sizing: border-box;
border: 1px solid #ccc;
font: inherit;
height: 40px;
margin-bottom: 10px;
padding: 6px 12px;
padding: 6px;
width: 100%;
}

Expand Down

0 comments on commit ad1a930

Please sign in to comment.