mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Added option "Don't show again on update." for options page.
Fixes #227.
This commit is contained in:
parent
34019f2515
commit
cedd2137e2
7 changed files with 48 additions and 2 deletions
|
@ -13,6 +13,12 @@ header .bookmarkNotice {
|
|||
color: #880000;
|
||||
}
|
||||
|
||||
header .bookmarkNotice .dontShowOptionsOnUpdate {
|
||||
display: block;
|
||||
margin-top: 0.5em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.settings {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue