mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
add link button next to website tag
This commit is contained in:
+5
-2
@@ -1706,9 +1706,12 @@ a.hide-toggle {
|
||||
.form-field-input-text > input:only-of-type,
|
||||
.form-field-input-tel > input:only-of-type,
|
||||
.form-field-input-email > input:only-of-type,
|
||||
.form-field-input-url > input:only-of-type {
|
||||
.form-field-input-url > input:only-child {
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
.form-field-input-url > input:not(:only-child) {
|
||||
border-radius: 0 0 0 4px;
|
||||
}
|
||||
.form-field-input-number > input:only-of-type {
|
||||
border-radius: 0 0 0 4px;
|
||||
}
|
||||
@@ -5639,4 +5642,4 @@ li.hide + li.version .badge .tooltip .popover-arrow {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
color: #7092ff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user