mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
23 lines
404 B
CSS
23 lines
404 B
CSS
|
.settings {
|
||
|
table-layout: fixed;
|
||
|
width: 100%;
|
||
|
border-spacing: 0;
|
||
|
}
|
||
|
.settings * {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.settings .settingRow td{
|
||
|
padding: 0.5em 0;
|
||
|
border-top: 1px solid #c1c1c1;
|
||
|
}
|
||
|
|
||
|
.settings .settingRow .description {
|
||
|
color: graytext;
|
||
|
margin-inline-start: 2em;
|
||
|
white-space: pre-wrap;
|
||
|
}
|
||
|
input[type=""], input[type="text"], input[type="number"], select {
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
}
|