Browse Source

remove hover effect from settings icon

main
Aaron Parecki 5 years ago
parent
commit
18230363d6
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 9 deletions
  1. +2
    -9
      public/assets/styles.css

+ 2
- 9
public/assets/styles.css View File

@ -10,13 +10,6 @@
font-size: 0.9em;
}
h2.site-name .edit-site {
visibility: hidden;
}
h2.site-name:hover .edit-site {
visibility: visible;
}
.status-table .status {
width: 70px;
}
@ -41,10 +34,10 @@ h2.site-name:hover .edit-site {
max-width: 100%;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
table.logs pre {
word-wrap: break-word;
word-break: break-all;
}
}

Loading…
Cancel
Save