This repository has been archived on 2023-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
redirect-extention-firefox/popup.css
2022-12-24 01:38:21 +01:00

22 lines
263 B
CSS

.container {
width: 420px;
color: #314d3e;
}
.title {
font-size: 16px;
font-weight: bold;
padding: 10px;
}
.textbox {
width: 100%;
font-size: 10px;
margin: 0;
padding: 0px 2px;
}
.textbox:focus {
outline: 0;
border-color: #66afe9;
}