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