diff options
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 | } |