aboutsummaryrefslogtreecommitdiff
path: root/src/Grid.css
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-04-10 01:55:41 -0400
committerDeterminant <ted.sybil@gmail.com>2019-04-10 01:55:41 -0400
commit306eb3cdf3015dbaa52aab3377de396c5277ea06 (patch)
tree3353332d94f909a7cb0745b398da506a04b8a4fd /src/Grid.css
parent291895a75856408788925bfb34e4c085c40efbaf (diff)
...
Diffstat (limited to 'src/Grid.css')
-rw-r--r--src/Grid.css22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/Grid.css b/src/Grid.css
index a9c7802..620d114 100644
--- a/src/Grid.css
+++ b/src/Grid.css
@@ -10,26 +10,40 @@ div.grid {
transition: background-color 0.1s ease-out;
}
-.gridCell > div > div {
+.gridCell div div div {
height: 20px;
width: 20px;
margin: 2px;
display: inline-block;
}
-.smallGridCell > div > div {
+.gridCell div div {
+ height: 24px;
+ width: 24px;
+ display: inline-block;
+ cursor: pointer;
+}
+
+.smallGridCell div div div {
height: 15px;
width: 15px;
margin: 1px;
display: inline-block;
}
-.gridRow > div {
+.smallGridCell div div {
+ height: 17px;
+ width: 17px;
+ display: inline-block;
+ cursor: pointer;
+}
+
+.gridRow div {
height: 24px;
text-align: center;
}
-.smallGridRow > div {
+.smallGridRow div {
height: 17px;
text-align: center;
}