summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-02 14:47:34 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-02 14:47:34 +0200
commit087cf70c944c09c4d03f2fbcaf7c74718ccb5f8f (patch)
treeab16d2c92f64d4afeb2ed4366bccf6fc62e87037 /client
parentbfaa049fd240735fa2b285791dcce17f469cee1f (diff)
cursor
Diffstat (limited to 'client')
-rw-r--r--client/table/tabulator.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css
index 17dad62a..9a7ca00e 100644
--- a/client/table/tabulator.css
+++ b/client/table/tabulator.css
@@ -9,6 +9,7 @@
background-color: #333;
}
.desktop .tabulator-row.tabulator-selectable:hover {
+ cursor: text;
background-color: #555;
}
.tabulator-row .tabulator-cell {
@@ -35,7 +36,7 @@
max-width: 400px;
margin-bottom: 10px;
background-image: url(/assets/img/icon-search.png);
- background-position: 390px center;
+ background-position: 380px center;
background-repeat: no-repeat;
box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
border: 0;