mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Fix/improve UI feedback on undo/redo buttons
This commit is contained in:
+7
-2
@@ -84,11 +84,16 @@ input[type=text]:focus {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#bar button:hover {
|
||||
#bar button[disabled] {
|
||||
color:#eee;
|
||||
cursor:auto;
|
||||
}
|
||||
|
||||
#bar button:hover:not([disabled]) {
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
#bar button.active {
|
||||
#bar button.active:not([disabled]) {
|
||||
background:#eee;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user