revision history: no hover state on buttons when disabled

This commit is contained in:
Régis Hanol 2013-12-16 16:02:25 +01:00
parent fd749a9c6e
commit 8fff53775a
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
}
#revision-controls {
float: left;
.btn[disabled]:hover {
color: #534d4b;
}
}
#display-modes {
text-align: right;