summaryrefslogtreecommitdiff
path: root/day9/task5/static/css/TableStyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'day9/task5/static/css/TableStyle.css')
-rw-r--r--day9/task5/static/css/TableStyle.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/day9/task5/static/css/TableStyle.css b/day9/task5/static/css/TableStyle.css
index e4160fa..0631fbe 100644
--- a/day9/task5/static/css/TableStyle.css
+++ b/day9/task5/static/css/TableStyle.css
@@ -7,17 +7,16 @@ table {
thead > tr > th {
padding: 6px;
font-size: 24px;
- background-color: #6f6f6f;
+ background-color: #d5d5d5;
+ border: 1px black solid;
}
td {
- padding: 3px;
+ padding: 8px;
font-size: 21px;
+ border: 1px black solid;
}
-.odd { background-color: #dedede; }
-.even { background-color: #c5c5c5; }
-
.editableField:hover {
- background-color: rgba(0, 0, 0, 0.3);
+ background-color: rgba(0, 0, 0, 0.1);
}