Ticket #27677: 27677.diff
| File 27677.diff, 719 bytes (added by , 12 years ago) |
|---|
-
wp-content/themes/twentyfourteen/style.css
2248 2248 margin-bottom: 18px; 2249 2249 } 2250 2250 2251 .widget input,2252 .widget textarea {2251 .widget-area .widget input, 2252 .widget-area .widget textarea { 2253 2253 background-color: rgba(255, 255, 255, 0.1); 2254 2254 border-color: rgba(255, 255, 255, 0.2); 2255 2255 color: #fff; … … 2257 2257 padding: 1px 2px 2px 4px; 2258 2258 } 2259 2259 2260 .widget input:focus,2261 .widget textarea:focus {2260 .widget-area .widget input:focus, 2261 .widget-area .widget textarea:focus { 2262 2262 border-color: rgba(255, 255, 255, 0.3); 2263 2263 } 2264 2264