This commit is contained in:
Henrique Dias
2015-09-19 19:53:01 +01:00
parent 8f3d50512c
commit 9a99b39c73
7 changed files with 28 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ button.delete {
border-radius : 50%;
height : 1.5em;
width : 1.5em;
font-size : .7em;
font-size : .7rem;
padding : 0;
}
@@ -109,5 +109,5 @@ button.delete {
label:hover > .actions,
h1:hover > .actions,
h3:hover > .actions {
opacity: 1;
opacity: .7;
}