mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Help text
This commit is contained in:
13
css/app.css
13
css/app.css
@@ -1538,9 +1538,22 @@ input[type=number] {
|
||||
/* Restrictions editor */
|
||||
|
||||
.form-field-restrictions .preset-input-wrap {
|
||||
position: relative;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.form-field-restrictions .restriction-help {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 2px 6px;
|
||||
background-color: rgba(255, 255, 255, .8);
|
||||
color: #999;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* combobox dropdown */
|
||||
|
||||
div.combobox {
|
||||
|
||||
Reference in New Issue
Block a user