aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-04-03 14:35:50 +0300
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-04-03 14:35:50 +0300
commit06e1a9a98a1d7276e23ba47a15225a1a0741dd2d (patch)
tree66ccf97d93f1f14208f61cdd4f105b0c2e8e58ef
parentd9bb0cdeb86fafa995fd17acea4dc5c097056fe6 (diff)
downloadwallabag-06e1a9a98a1d7276e23ba47a15225a1a0741dd2d.tar.gz
wallabag-06e1a9a98a1d7276e23ba47a15225a1a0741dd2d.tar.zst
wallabag-06e1a9a98a1d7276e23ba47a15225a1a0741dd2d.zip
import w/o cron: fix of "click to finish import" in baggy theme
-rwxr-xr-xthemes/baggy/css/main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 9a45544b..0dd552de 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -424,6 +424,7 @@ footer a {
424 content: none; 424 content: none;
425 } 425 }
426 426
427
427.entrie h2 a { 428.entrie h2 a {
428 display: block; 429 display: block;
429 text-decoration: none; 430 text-decoration: none;
@@ -435,7 +436,7 @@ footer a {
435 -o-transition: all 0.5s ease; 436 -o-transition: all 0.5s ease;
436 transition: all 0.5s ease; 437 transition: all 0.5s ease;
437} 438}
438 439/*
439.entrie h2 a:after { 440.entrie h2 a:after {
440 content: ""; 441 content: "";
441 position: absolute; 442 position: absolute;
@@ -444,6 +445,7 @@ footer a {
444 height: 100%; 445 height: 100%;
445 left: 0; 446 left: 0;
446} 447}
448*/
447 449
448.entrie p { 450.entrie p {
449 color: #666; 451 color: #666;