aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/css/style.css')
-rw-r--r--frontend/css/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css
index 46e6bc4..7be973a 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -59,11 +59,15 @@ a:hover, a:focus {
59 font-size: 12px; 59 font-size: 12px;
60} 60}
61 61
62.el-table__row .list-actions .el-button { 62.rename-action {
63 margin-left: 20px;
64}
65
66.el-table__row .rename-action {
63 visibility: hidden; 67 visibility: hidden;
64} 68}
65 69
66.el-table__row:hover .list-actions .el-button { 70.el-table__row:hover .rename-action {
67 visibility: visible; 71 visibility: visible;
68} 72}
69 73