소스 검색

Apostrophe 2: Make style fix for subscribe button more specific, so it doesn't affect the widgets that didn't have a contrast issue.

Laurel Fulford 6 년 전
부모
커밋
b113068f3f
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;
 }