X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=1046e50c12a58c1bcf8fb622d99dc1f00e4a15a5;hb=f97b51a9151d0d886e2a4703c91494de55e6d5ef;hp=901de34aa2ba08af4a4c68f1f71e2a82ae2f2a0a;hpb=b59e67174a605a02045bc1dc85a821add2aea616;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 901de34..1046e50 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -22,7 +22,6 @@ html, body { .el-header { padding: 10px 20px; - box-shadow: 0 1px 7px rgba(0,0,0,0.3); height: 52px !important; } @@ -60,11 +59,15 @@ a:hover, a:focus { font-size: 12px; } -.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; } @@ -82,6 +85,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; @@ -89,3 +100,12 @@ a:hover, a:focus { align-items: center; justify-content: center; } + +.access-token-input { + padding: 5px 0; + width: 487px; +} + +.access-token-input > input, .access-token-input i { + cursor: copy !important; +}