X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=ead82415cc838bb761993d8d28897d526b770e50;hp=23364e5267cb8891035b1b8e6096d5c237ee500b;hb=aa1b4549ee6ce94a250e50aa859306f4aa0d7251;hpb=7e4b56ba8b2d771e7cebe40baf84ea56b577357c diff --git a/frontend/css/style.css b/frontend/css/style.css index 23364e5..ead8241 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -57,13 +57,18 @@ a:hover, a:focus { .el-table th { font-size: 12px; + padding: 0; } -.el-table__row .list-actions .el-button { +.rename-action { + margin-left: 20px; +} + +.el-table__row .rename-action { visibility: hidden; } -.el-table__row:hover .list-actions .el-button { +.el-table__row:hover .rename-action { visibility: visible; } @@ -81,6 +86,14 @@ a:hover, a:focus { height: auto; } +.el-table--enable-row-transition .el-table__body td { + transition: background-color .1s ease; +} + +.el-drawer__header { + margin-bottom: 10px; +} + /* welcome and 404 page */ .container-center { display: flex;