mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-12 20:42:37 +02:00
feat: date and username filtering for photo overlay layers
This commit is contained in:
+7
-1
@@ -168,7 +168,8 @@ input[type=search],
|
||||
input[type=number],
|
||||
input[type=url],
|
||||
input[type=tel],
|
||||
input[type=email] {
|
||||
input[type=email],
|
||||
input[type=date] {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #ccc;
|
||||
@@ -178,6 +179,11 @@ input[type=email] {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
input.list-item-input {
|
||||
height: 20px;
|
||||
padding: 0px 4px;
|
||||
width: 160px;
|
||||
}
|
||||
.ideditor[dir='rtl'] textarea,
|
||||
.ideditor[dir='rtl'] input[type=text],
|
||||
.ideditor[dir='rtl'] input[type=search],
|
||||
|
||||
Reference in New Issue
Block a user