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

22 lines
263 B
CSS
Raw Normal View History

2022-12-15 21:01:26 +01:00
.container {
2022-12-24 01:38:21 +01:00
width: 420px;
color: #314d3e;
}
2022-12-15 21:01:26 +01:00
2022-12-24 01:38:21 +01:00
.title {
font-size: 16px;
font-weight: bold;
padding: 10px;
}
2022-12-15 21:01:26 +01:00
2022-12-24 01:38:21 +01:00
.textbox {
width: 100%;
font-size: 10px;
margin: 0;
padding: 0px 2px;
}
2022-12-15 21:01:26 +01:00
2022-12-24 01:38:21 +01:00
.textbox:focus {
outline: 0;
border-color: #66afe9;
}