X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=ff1dc84c02f9a2c09c3b52f84d4e04e3d270bee9;hb=9716e5b65e0eb6ee663939b5f3c772aded52827b;hp=05336ab5d2e75e15f65ec95f2b88752dc2763850;hpb=fea6789c72b7ef5b69281d8866f4ae0475135d4a;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 05336ab..ff1dc84 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; +}