aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css/shaarli.css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
committerArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
commit055ce4bd197de49ef654aa17dc6eceab5c32240e (patch)
treee045e466451f058c4e4cea9c3210c46922c74085 /tpl/default/css/shaarli.css
parentb14d34d2c7b7a7360adcc823472a43f64b579e1c (diff)
downloadShaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.gz
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.zst
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.zip
Fix alignement and better clarity for 'List all links with those tags' button
Fix CSS class typo and display the link as a button Fixes #999
Diffstat (limited to 'tpl/default/css/shaarli.css')
-rw-r--r--tpl/default/css/shaarli.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 9065f887..14439402 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -1327,4 +1327,22 @@ form[name="linkform"].page-form {
1327 1327
1328.markdown *:last-child { 1328.markdown *:last-child {
1329 margin-bottom: 5px !important; 1329 margin-bottom: 5px !important;
1330} \ No newline at end of file 1330}
1331
1332/**
1333 * Pure Button
1334 */
1335.pure-button-success,
1336.pure-button-error,
1337.pure-button-warning,
1338.pure-button-primary,
1339.pure-button-shaarli,
1340.pure-button-secondary {
1341 color: white !important;
1342 border-radius: 4px;
1343 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1344}
1345
1346.pure-button-shaarli {
1347 background-color: #1B926C;
1348}