]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Only show item action buttons on hover
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 05336ab5d2e75e15f65ec95f2b88752dc2763850..ff1dc84c02f9a2c09c3b52f84d4e04e3d270bee9 100644 (file)
@@ -63,4 +63,17 @@ footer {
 
 footer:hover {
     opacity: 1;
-}
\ No newline at end of file
+}
+
+th {
+    overflow: hidden;
+}
+
+.entry-toolbar {
+    opacity: 0;
+    transition: opacity .25s;
+}
+
+tr:hover .entry-toolbar {
+    opacity: 1;
+}