Changeset 3755:8cb5f076eadd for themes/berlin/scss/init
- Timestamp:
- 05/25/18 10:31:54 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/init/_rebase.scss
r2947 r3755 94 94 input[type="submit"] { 95 95 -webkit-appearance: button; 96 -moz-appearance: button; 97 appearance: button; 96 98 cursor: pointer; 97 99 } … … 107 109 input[type="search"] { 108 110 -webkit-appearance: textfield; 111 -moz-appearance: textfield; 112 appearance: textfield; 109 113 } 110 114 input[type="search"]::-webkit-search-cancel-button, 111 115 input[type="search"]::-webkit-search-decoration { 112 116 -webkit-appearance: none; 117 -moz-appearance: none; 118 appearance: none; 113 119 } 114 120 button::-moz-focus-inner,
Note: See TracChangeset
for help on using the changeset viewer.