summaryrefslogtreecommitdiff
path: root/css/wordseach.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/wordseach.css')
-rw-r--r--css/wordseach.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/wordseach.css b/css/wordseach.css
new file mode 100644
index 0000000..0c26836
--- /dev/null
+++ b/css/wordseach.css
@@ -0,0 +1,24 @@
+/* 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-selected {
+ background: #eee;
+}