mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
parent
feff447409
commit
e3861e67b4
8 changed files with 166 additions and 3 deletions
|
@ -28,7 +28,7 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
|
|||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.settings.displayDescriptions {
|
||||
.settings {
|
||||
table-layout: fixed;
|
||||
}
|
||||
.settings * {
|
||||
|
@ -214,4 +214,18 @@ td.hideColumn {
|
|||
text-align: right;
|
||||
color: gray;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#search {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.searching .settingRow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.searching .settingRow.found {
|
||||
display: table-row;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue