summaryrefslogtreecommitdiff
path: root/css/wordseach.css
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2016-02-11 11:31:23 +0800
committerLi Zhineng <[email protected]>2016-02-11 11:31:23 +0800
commit4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (patch)
treed094af77cc9a17bbfaa7ac0d68040f5d4c91a7a7 /css/wordseach.css
parente46f1f131101a24910c5073d6cb6ff7189891663 (diff)
parent8c81bfbcdf3451ae634927a1270c40941ba02d5e (diff)
downloadword-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.tar.gz
word-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.zip
Merge pull request #1 from stvnthomas/master
Functionality
Diffstat (limited to 'css/wordseach.css')
-rw-r--r--css/wordseach.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/css/wordseach.css b/css/wordseach.css
deleted file mode 100644
index 4f13702..0000000
--- a/css/wordseach.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Wordseach */
-
-.ws-area {
- background: #fafafa;
- display: inline-block;
- padding: 20px;
- border-radius: 10px;
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
-}
-
-.ws-row {
- line-height: 0;
-}
-
-.ws-col {
- cursor: pointer;
-}
-
-.ws-col.ws-selected {
- background: #eee;
-}
-
-.ws-found {
- background: yellow;
-} \ No newline at end of file