mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Fourteen: apply .widget input and textarea styles only if they are inside .widget-area. Props jesin, fixes #27677.
git-svn-id: https://develop.svn.wordpress.org/trunk@28663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2248,8 +2248,8 @@ a.post-thumbnail:hover {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.widget input,
|
||||
.widget textarea {
|
||||
.widget-area .widget input,
|
||||
.widget-area .widget textarea {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
color: #fff;
|
||||
@@ -2257,8 +2257,8 @@ a.post-thumbnail:hover {
|
||||
padding: 1px 2px 2px 4px;
|
||||
}
|
||||
|
||||
.widget input:focus,
|
||||
.widget textarea:focus {
|
||||
.widget-area .widget input:focus,
|
||||
.widget-area .widget textarea:focus {
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user