Changeset 3346 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
- Timestamp:
- 06/14/2016 08:36:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3261 r3346 54 54 background-image: linear-gradient(to bottom, #21759b, #278ab7); 55 55 border-color: #124560 #2382ae #2382ae #2382ae; 56 color: rgba(255,255,255,0.95);57 56 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 58 57 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 58 color: rgba(255,255,255,0.95); 59 59 text-shadow: 0 1px 0 rgba(0,0,0,0.1); 60 60 transform: none; … … 114 114 115 115 .search-field + .button-search { 116 border-left: none; 117 border-radius: 0 2px 2px 0; 116 118 display: none; 117 border-radius: 0 2px 2px 0;118 119 height: 32px; 119 120 margin-left: -6px; 120 position: relative; 121 top: 2px; 122 border-left: none; 121 vertical-align: bottom; 123 122 124 123 &:active { 125 top: 0;124 background: #006799; 126 125 border-right: 1px solid #006799; 127 126 box-shadow: none; 128 background: #006799;129 127 } 130 128
Note: See TracChangeset
for help on using the changeset viewer.