1
0
Fork 0
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:
kkapsner 2018-08-19 00:13:43 +02:00
parent 34019f2515
commit cedd2137e2
7 changed files with 48 additions and 2 deletions

View file

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