mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fixup logout button
This commit is contained in:
11
css/app.css
11
css/app.css
@@ -53,6 +53,10 @@ a:visited, a {
|
||||
color: #345692;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font:normal 13px/20px Helvetica, Arial, sans-serif;
|
||||
padding:1px 2px;
|
||||
@@ -94,6 +98,13 @@ input[type=text]:focus {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#bar .user .logout {
|
||||
text-decoration:underline;
|
||||
margin-left:10px;
|
||||
font-size:11px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#bar button[disabled] {
|
||||
color:#eee;
|
||||
cursor:auto;
|
||||
|
||||
Reference in New Issue
Block a user