Changeset 45124
- Timestamp:
- 04/06/2019 04:16:50 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwelve
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/css/blocks.css
r44432 r45124 144 144 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 145 145 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 146 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);146 background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6); 147 147 border: 1px solid #d2d2d2; 148 148 border-radius: 3px; … … 165 165 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 166 166 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 167 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);167 background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb); 168 168 background-repeat: repeat-x; 169 169 color: #5e5e5e; … … 176 176 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 177 177 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 178 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);178 background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1); 179 179 background-repeat: repeat-x; 180 180 border-color: transparent; … … 286 286 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 287 287 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 288 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);288 background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6); 289 289 } 290 290 … … 299 299 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 300 300 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 301 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);301 background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb); 302 302 background-repeat: repeat-x; 303 303 } … … 308 308 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 309 309 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 310 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);310 background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1); 311 311 background-repeat: repeat-x; 312 312 border-color: transparent; -
trunk/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r44381 r45124 242 242 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 243 243 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 244 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);244 background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6); 245 245 border: 1px solid #d2d2d2; 246 246 border-radius: 3px; … … 367 367 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 368 368 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 369 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);369 background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6); 370 370 background-repeat: repeat-x; 371 371 } -
trunk/src/wp-content/themes/twentytwelve/style.css
r44730 r45124 256 256 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 257 257 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 258 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);258 background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6); 259 259 border: 1px solid #d2d2d2; 260 260 border-radius: 3px; … … 286 286 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 287 287 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 288 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);288 background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb); 289 289 } 290 290 .menu-toggle:active, … … 301 301 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 302 302 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 303 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);303 background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1); 304 304 box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; 305 305 border-color: transparent; … … 1277 1277 background-image: -webkit-linear-gradient(top, #009cee, #0088d0); 1278 1278 background-image: -o-linear-gradient(top, #009cee, #0088d0); 1279 background-image: linear-gradient(to p, #009cee, #0088d0);1279 background-image: linear-gradient(to bottom, #009cee, #0088d0); 1280 1280 border-radius: 3px; 1281 1281 border: 1px solid #007cbd;
Note: See TracChangeset
for help on using the changeset viewer.