mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
fix minor errors.
This commit is contained in:
@@ -1048,7 +1048,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
color: #a9a9a9;
|
||||
padding: 5px 10px;
|
||||
opacity: 1;
|
||||
line-height: 19px;
|
||||
line-height: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -1112,13 +1112,6 @@ input,
|
||||
transition: opacity 200ms 200ms;
|
||||
}
|
||||
|
||||
.entity-editor-pane .toggle-list button {
|
||||
-webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
|
||||
-moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
|
||||
-o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
|
||||
transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
|
||||
}
|
||||
|
||||
.entity-editor-pane a.hide-toggle {
|
||||
-webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
|
||||
-moz-transition: padding-left 200ms 200ms, color 200ms 200ms;
|
||||
|
||||
Reference in New Issue
Block a user