aboutsummaryrefslogtreecommitdiff
path: root/src/Grid.css
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-04-11 00:14:46 -0400
committerDeterminant <ted.sybil@gmail.com>2019-04-11 00:14:46 -0400
commit0651c91b4418380c247b0465ebf2fffefc037393 (patch)
tree81d024d94690620e1e1d227ad1202c1250b85031 /src/Grid.css
parent306eb3cdf3015dbaa52aab3377de396c5277ea06 (diff)
add description; fix cursor bug
Diffstat (limited to 'src/Grid.css')
-rw-r--r--src/Grid.css26
1 files changed, 7 insertions, 19 deletions
diff --git a/src/Grid.css b/src/Grid.css
index 620d114..33c2725 100644
--- a/src/Grid.css
+++ b/src/Grid.css
@@ -2,39 +2,27 @@ div.grid {
display: inline-block;
}
-
.grid div {
- -webkit-transition: background-color 0.1s ease-out;
- -moz-transition: background-color 0.1s ease-out;
- -o-transition: background-color 0.1s ease-out;
- transition: background-color 0.1s ease-out;
+ -webkit-transition: background-color 0.3s ease-out;
+ -moz-transition: background-color 0.3s ease-out;
+ -o-transition: background-color 0.3s ease-out;
+ transition: background-color 0.3s ease-out;
+ user-select: none;
}
-.gridCell div div div {
+.gridCell div div {
height: 20px;
width: 20px;
margin: 2px;
display: inline-block;
-}
-
-.gridCell div div {
- height: 24px;
- width: 24px;
- display: inline-block;
cursor: pointer;
}
-.smallGridCell div div div {
+.smallGridCell div div {
height: 15px;
width: 15px;
margin: 1px;
display: inline-block;
-}
-
-.smallGridCell div div {
- height: 17px;
- width: 17px;
- display: inline-block;
cursor: pointer;
}