Commit 2c9bb2177dadd15ab3844939b0e85476c74e1b86
1 parent
f60feda8
Exists in
master
and in
5 other branches
Fix bug change icones in button block editor
Showing
1 changed file
with
8 additions
and
7 deletions
Show diff stats
style.css
@@ -468,10 +468,10 @@ div#article-parent { | @@ -468,10 +468,10 @@ div#article-parent { | ||
468 | 468 | ||
469 | /* Custom Icons */ | 469 | /* Custom Icons */ |
470 | 470 | ||
471 | -.box-2 .link-list-block .icon-ok, | ||
472 | -.box-2 .link-list-block .icon-eyes, | ||
473 | -.box-2 .link-list-block .icon-edit, | ||
474 | -.box-2 .link-list-block .icon-photos { | 471 | +.box-2 .link-list-block ul li .icon-ok, |
472 | +.box-2 .link-list-block ul li .icon-eyes, | ||
473 | +.box-2 .link-list-block ul li .icon-edit, | ||
474 | +.box-2 .link-list-block ul li .icon-photos { | ||
475 | background-image: url('images/media-icons.png'); | 475 | background-image: url('images/media-icons.png'); |
476 | background-position: 0px -325px !important; | 476 | background-position: 0px -325px !important; |
477 | height: 27px; | 477 | height: 27px; |
@@ -480,13 +480,14 @@ div#article-parent { | @@ -480,13 +480,14 @@ div#article-parent { | ||
480 | margin-bottom: 5px; | 480 | margin-bottom: 5px; |
481 | } | 481 | } |
482 | 482 | ||
483 | -.box-2 .link-list-block .icon-ok { | 483 | +.box-2 .link-list-block ul li .icon-ok { |
484 | background-position: 0px -165px !important; | 484 | background-position: 0px -165px !important; |
485 | } | 485 | } |
486 | -.box-2 .link-list-block .icon-eyes { | 486 | +.box-2 .link-list-block ul li .icon-eyes { |
487 | background-position: 0px -125px !important; | 487 | background-position: 0px -125px !important; |
488 | } | 488 | } |
489 | -.box-2 .link-list-block .icon-edit { | 489 | +.box-2 .link-list-block ul li .icon-edit { |
490 | background-position: 0px -245px !important; | 490 | background-position: 0px -245px !important; |
491 | } | 491 | } |
492 | 492 | ||
493 | + |