ソースを参照

Merge pull request #576 from Automattic/fixed/575-apostrophe-2-follow-button

Apostrophe 2: Make style fix for subscribe button more specific, so i…
Laurel 6 年 前
コミット
6dca6a6da9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      apostrophe-2/style.css

+ 1 - 1
apostrophe-2/style.css

@@ -1289,7 +1289,7 @@ a:active {
 }
 
 /* Follow Blog widget */
-#subscribe-blog input[type="submit"] {
+.sidebar-primary #subscribe-blog input[type="submit"] {
 	color: #fff;
 }