Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
b113068f3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }