mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Fixed broken styled buttons
This commit is contained in:
parent
bfc6ca06da
commit
c870fb6720
@ -156,6 +156,7 @@ textarea {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
min-width: 0;
|
||||
}
|
||||
.urlValues table .url {
|
||||
min-width: 4em;
|
||||
@ -176,6 +177,7 @@ textarea {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
min-width: 0;
|
||||
}
|
||||
.urlValues.collapsed .collapser::after {
|
||||
content: "\25B6";
|
||||
|
Loading…
x
Reference in New Issue
Block a user