This commit is contained in:
Henrique Dias
2015-09-16 14:19:35 +01:00
parent 7bde82327a
commit 52a57d1f79
9 changed files with 22 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2697,6 +2697,11 @@ button.add {
width: 1.5em;
font-size: .7em;
padding: 0;
opacity: 0;
}
h3:hover > button.add {
opacity: 1;
}
/* perfect-scrollbar v0.6.5 */

View File

@@ -249,6 +249,11 @@ button.add {
width: 1.5em;
font-size: .7em;
padding: 0;
opacity: 0;
}
h3:hover > button.add {
opacity: 1;
}
@import "scrollbar";