1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

Create search in options page

Fixes #242
This commit is contained in:
kkapsner 2018-09-18 13:14:39 +02:00
parent feff447409
commit e3861e67b4
8 changed files with 166 additions and 3 deletions

View file

@ -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;
}