Skip to content
Snippets Groups Projects
Commit f39c2609 authored by Zihan Zhang's avatar Zihan Zhang
Browse files

Merge branch 'lllhumanity-main-patch-88744' into 'main'

Update static/index.css

See merge request !9
parents 46c8a03c 17c6be39
No related branches found
No related tags found
1 merge request!9Update static/index.css
Pipeline #105716 passed
...@@ -18,16 +18,19 @@ table { ...@@ -18,16 +18,19 @@ table {
border-radius: 10px; border-radius: 10px;
background-color: #fcf6e6; background-color: #fcf6e6;
color: black; color: black;
resize: both; overflow: auto;
} }
td { td {
height: 25px; height: 25px;
line-height: 25px; line-height: 25px;
text-align: center; text-align: center;
border: 3px solid #fcf6e6; border: 3px solid #fcf6e6;
resize: both; overflow: auto;
} }
tr { tr {
background: #fcf6e6; background: #fcf6e6;
transition: box-shadow 0.8s ease; transition: box-shadow 0.8s ease;
resize: both; overflow: auto;
} }
tr:hover { tr:hover {
box-shadow:2px 2px 4px #ee994d; box-shadow:2px 2px 4px #ee994d;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment