mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
23509ea827
commit
56b830c5a9
4 changed files with 26 additions and 9 deletions
|
@ -115,10 +115,13 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
|
|||
white-space: pre-wrap;
|
||||
padding-right: 5px;
|
||||
}
|
||||
input[type=""], input[type="text"], input[type="number"], select {
|
||||
input[type=""], input[type="text"], input[type="number"], select, textarea {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
*.multiple2 {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue