HistoryCleaner/extension/options.css
2019-06-25 11:08:59 -04:00

22 lines
238 B
CSS

body, input {
font-size: 1.25rem;
}
#settings {
width: 100%;
}
tr {
border-bottom: 1px solid black;
}
table > tr:last-child {
border-bottom: none;
}
input {
height: 30px;
text-align: right;
width: 100%;
}