Add tooltip to menu.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-19 23:29:52 -03:00
parent c6acc88fd7
commit ce53e8e726
12 changed files with 238 additions and 121 deletions

View File

@@ -51,6 +51,14 @@ div#small_error_icon {
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.keyboardShortcutTip {
background-color: black;
padding: 5px 15px;
color: white;
font-weight: bold;
font-size: 11px;
}
/* */
.btn-primary {
cursor: pointer;