mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Options page fine tuning
This commit is contained in:
parent
5513bcbb61
commit
70b8d50c56
4 changed files with 18 additions and 3 deletions
|
@ -177,12 +177,17 @@ td.hideColumn {
|
|||
width: 45px;
|
||||
}
|
||||
|
||||
.hideContent {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.content.hideContent {
|
||||
position: relative;
|
||||
}
|
||||
.content .hide, .displayHidden {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
.content .hide ~ .display, .displayHidden ~ .display {
|
||||
display: inline-block;
|
||||
|
@ -218,9 +223,7 @@ td.hideColumn {
|
|||
|
||||
#search {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
width: calc(100% - 10px);
|
||||
}
|
||||
.searching .settingRow {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue