Changeset 36849
- Timestamp:
- 03/04/2016 08:30:49 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/press-this.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/press-this.css
r36619 r36849 2171 2171 border-color: #d8d8d8; 2172 2172 } 2173 2174 /* Inline link dialog */ 2175 .wp-link-input input { 2176 border: 1px solid #ddd; 2177 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 2178 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 2179 background-color: #fff; 2180 color: #32373c; 2181 outline: none; 2182 -webkit-transition: 0.05s border-color ease-in-out; 2183 transition: 0.05s border-color ease-in-out; 2184 } 2185 2186 /* UI Autocomplete (for inline link and wpLink) */ 2187 .ui-autocomplete { 2188 padding: 0; 2189 margin: 0; 2190 list-style: none; 2191 position: absolute; 2192 z-index: 10000; 2193 border: 1px solid #5b9dd9; 2194 -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); 2195 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); 2196 background-color: #fff; 2197 } 2198 2199 .ui-autocomplete li { 2200 margin-bottom: 0; 2201 padding: 4px 10px; 2202 white-space: nowrap; 2203 text-align: left; 2204 } 2205 2206 .ui-autocomplete li.ui-state-focus { 2207 background-color: #ddd; 2208 cursor: pointer; 2209 }
Note: See TracChangeset
for help on using the changeset viewer.