1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Show only settings that are useful within the given settings set.

This commit is contained in:
kkapsner 2017-07-08 22:43:20 +02:00
parent 3cefcfe702
commit 1eddf48d20
5 changed files with 132 additions and 43 deletions

View file

@ -7,7 +7,12 @@
vertical-align: top;
}
.settings .settingRow td{
.settings .settingRow.hidden {
display: none;
}
.settings .settingRow .content {
overflow: hidden;
padding: 0.5em 0;
border-top: 1px solid #c1c1c1;
}