diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 20:20:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 20:20:18 +0200 |
| commit | 3545b13fec6f041bb72ab7f355d16fc6eeec7032 (patch) | |
| tree | 55bb492db42aca52a4f758eb360f36de6574f227 /frontend/views/page/page.css | |
| parent | 67659a964be681a920d4fbc4d839ba95b0947edb (diff) | |
add homepage id to graph
Diffstat (limited to 'frontend/views/page/page.css')
| -rw-r--r-- | frontend/views/page/page.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css index 2e90518..c29aff2 100644 --- a/frontend/views/page/page.css +++ b/frontend/views/page/page.css @@ -70,6 +70,7 @@ width: 100%; white-space: nowrap; padding: 0.25rem; + cursor: default; } .tileList .thumb { width: 100%; @@ -86,6 +87,12 @@ .tileList .row.sortable-drag { opacity: 0.6; } +.tileList .row.link { + border: 1px solid #31f; + background: rgba(48,16,255,0.3); + box-shadow: inset 0 0 16px rgba(0,0,0,0.5); + padding-left: 0.375rem; +} /* tile form */ |
