
--- client/resources/css/user/sub.css
+++ client/resources/css/user/sub.css
... | ... | @@ -182,7 +182,6 @@ |
182 | 182 |
label { |
183 | 183 |
position: relative; |
184 | 184 |
width: 200px; |
185 |
- display: block; |
|
186 | 185 |
font-size: 18px; |
187 | 186 |
flex-shrink: 0; |
188 | 187 |
|
... | ... | @@ -1118,20 +1117,14 @@ |
1118 | 1117 |
overflow-y: auto; |
1119 | 1118 |
overflow-x: hidden; /* Optional: Prevent horizontal scroll */ |
1120 | 1119 |
} |
1121 |
- tbody tr{ table-layout: fixed; display: table;width: 100%;} |
|
1120 |
+ tbody tr{ |
|
1121 |
+ table-layout: fixed; display: table;width: 100%; |
|
1122 |
+ td{cursor: pointer;} |
|
1123 |
+ } |
|
1122 | 1124 |
tbody tr:hover td { |
1123 |
- background-color: #007ac3; |
|
1124 |
- /* Change background color of the cell */ |
|
1125 |
- border: 2px solid transparent; |
|
1126 |
- /* Set transparent border to apply gradient */ |
|
1127 |
- border-image: linear-gradient(-45deg, #ce3e48, #3f355c) 1; |
|
1128 |
- /* Apply gradient border */ |
|
1125 |
+ background-color: rgba(194, 61, 74, 0.1); |
|
1129 | 1126 |
} |
1130 | 1127 |
|
1131 |
- /* Optionally, add hover effect on the whole row */ |
|
1132 |
- tbody tr:hover { |
|
1133 |
- cursor: pointer; |
|
1134 |
- } |
|
1135 | 1128 |
} |
1136 | 1129 |
|
1137 | 1130 |
.delete-member { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?