mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
made url specific values manageable with "tabing"
This commit is contained in:
parent
0283da372c
commit
7fb86a4da3
3 changed files with 17 additions and 7 deletions
|
@ -125,7 +125,7 @@ input[type=""], input[type="text"], input[type="number"], select {
|
|||
}
|
||||
|
||||
.urlValues {
|
||||
padding-right: 1em;
|
||||
padding-right: 1.15em;
|
||||
position: relative;
|
||||
}
|
||||
.urlValues.collapsed table {
|
||||
|
@ -146,6 +146,9 @@ input[type=""], input[type="text"], input[type="number"], select {
|
|||
.urlValues table .reset, .urlValues table .add, .urlValues table .url {
|
||||
cursor: pointer;
|
||||
margin: 0 0.2em;
|
||||
padding: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.urlValues table .url {
|
||||
min-width: 4em;
|
||||
|
@ -160,8 +163,11 @@ input[type=""], input[type="text"], input[type="number"], select {
|
|||
right: 0;
|
||||
text-align: center;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
height: 2em;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.urlValues.collapsed .collapser::after {
|
||||
content: "\25B6";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue