mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
remove left border from modal header button.
This commit is contained in:
+5
-1
@@ -601,7 +601,6 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
.header button {
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
border-left: 1px solid #CCC;
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
@@ -610,6 +609,11 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.modal > button.fr,
|
||||
.header button.fr {
|
||||
border-left: 1px solid #CCC;
|
||||
}
|
||||
|
||||
.modal > button {
|
||||
height: 59px;
|
||||
z-index: 3;
|
||||
|
||||
Reference in New Issue
Block a user