diff --git a/src/wp-content/themes/twentyfourteen/css/ie.css b/src/wp-content/themes/twentyfourteen/css/ie.css index 0243ccedb0..a8f7d2cd53 100644 --- a/src/wp-content/themes/twentyfourteen/css/ie.css +++ b/src/wp-content/themes/twentyfourteen/css/ie.css @@ -936,7 +936,7 @@ a.post-thumbnail:hover { margin: 0 auto; } -.ie7 .tag-links a { +.ie7 .entry-meta .tag-links a { margin-left: 0; } @@ -1159,7 +1159,7 @@ a.post-thumbnail:hover { left: auto; } -.ie8 .rtl .tag-links a:before { +.ie8 .rtl .entry-meta .tag-links a:before { right: -8px; } @@ -1303,7 +1303,7 @@ a.post-thumbnail:hover { margin: -24px auto 0; } -.ie7 .rtl .tag-links a { +.ie7 .rtl .entry-meta .tag-links a { margin-right: 0; margin-left: auto; } diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index 6eca814130..7a4c652944 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -279,7 +279,7 @@ function twentyfourteen_customizer_styles() { border-color: ' . $accent_mid . '; } - .tag-links a:hover:before { + .entry-meta .tag-links a:hover:before { border-right-color: ' . $accent_mid . '; } diff --git a/src/wp-content/themes/twentyfourteen/rtl.css b/src/wp-content/themes/twentyfourteen/rtl.css index 474e306977..0a8e462e6d 100644 --- a/src/wp-content/themes/twentyfourteen/rtl.css +++ b/src/wp-content/themes/twentyfourteen/rtl.css @@ -128,23 +128,23 @@ td { * ----------------------------------------------------------------------------- */ -.tag-links a { +.entry-meta .tag-links a { margin: 0 10px 4px 4px; } -.tag-links a:before { +.entry-meta .tag-links a:before { border-right: 0; border-left: 8px solid #767676; right: -7px; left: auto; } -.tag-links a:hover:before, -.tag-links a:focus:before { +.entry-meta .tag-links a:hover:before, +.entry-meta .tag-links a:focus:before { border-left-color: #41a62a; } -.tag-links a:after { +.entry-meta .tag-links a:after { right: -2px; left: auto; } diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index e2046429f1..bd7eb283b5 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1144,7 +1144,7 @@ a.post-thumbnail:hover { /* Tag links style */ -.tag-links a { +.entry-meta .tag-links a { background-color: #767676; border-radius: 0 2px 2px 0; color: #fff; @@ -1163,7 +1163,7 @@ a.post-thumbnail:hover { color: #fff; } -.tag-links a:before { +.entry-meta .tag-links a:before { border-top: 10px solid transparent; border-right: 8px solid #767676; border-bottom: 10px solid transparent; @@ -1175,11 +1175,11 @@ a.post-thumbnail:hover { width: 0; } -.tag-links a:hover:before { +.entry-meta .tag-links a:hover:before { border-right-color: #41a62a; } -.tag-links a:after { +.entry-meta .tag-links a:after { background-color: #fff; border-radius: 50%; content: ""; @@ -4019,7 +4019,7 @@ a.post-thumbnail:hover { margin: 24px auto; } - .tag-links a { + .entry-meta .tag-links a { color: #fff; }