diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 19:03:50 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-05-08 14:27:20 +0200 |
commit | 29a837f347f53f751b723d466a2cd05fd92fd34e (patch) | |
tree | 5f477d220b7b8c1987b2b337dd69ceb26edc3f0b /tpl/default/css | |
parent | bf67ac345f588130e98e784b4ee4740b0dad83fc (diff) | |
download | Shaarli-29a837f347f53f751b723d466a2cd05fd92fd34e.tar.gz Shaarli-29a837f347f53f751b723d466a2cd05fd92fd34e.tar.zst Shaarli-29a837f347f53f751b723d466a2cd05fd92fd34e.zip |
Bulk deletion
* Add a checkboxes in linklist which display a sub-header containing action buttons
* Strongly rely on JS
* Requires a modern browser (ES6 syntax support)
* Checkboxes are hidden if the browser is old or JS disabled
Diffstat (limited to 'tpl/default/css')
-rw-r--r-- | tpl/default/css/shaarli.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 73fade5f..efdf06d4 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -275,6 +275,19 @@ body, .pure-g [class*="pure-u"] { | |||
275 | } | 275 | } |
276 | } | 276 | } |
277 | 277 | ||
278 | .subheader-form a.button { | ||
279 | color: #f5f5f5; | ||
280 | font-weight: bold; | ||
281 | text-decoration: none; | ||
282 | border: 2px solid #f5f5f5; | ||
283 | border-radius: 5px; | ||
284 | padding: 3px 10px; | ||
285 | } | ||
286 | |||
287 | .linklist-item-editbuttons .delete-checkbox { | ||
288 | display: none; | ||
289 | } | ||
290 | |||
278 | #header-login-form input[type="text"], #header-login-form input[type="password"] { | 291 | #header-login-form input[type="text"], #header-login-form input[type="password"] { |
279 | width: 200px; | 292 | width: 200px; |
280 | } | 293 | } |