- Timestamp:
- 12/01/2020 07:07:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss
r49574 r49726 35 35 background: var(--global--color-white-90); 36 36 } 37 38 37 } 39 38 … … 217 216 -webkit-appearance: none; 218 217 border: 3px solid var(--form--color-ranged); 219 height: 25px;220 width: 25px;218 height: 44px; 219 width: 44px; 221 220 border-radius: 50%; 222 221 background: var(--global--color-background); … … 226 225 input[type="range"]::-moz-range-thumb { 227 226 border: 3px solid var(--form--color-ranged); 228 height: 25px;229 width: 25px;227 height: 44px; 228 width: 44px; 230 229 border-radius: 50%; 231 230 background: var(--global--color-background); 232 231 cursor: pointer; 232 box-sizing: border-box; 233 233 } 234 234 } … … 257 257 input[type="range"]::-ms-thumb { 258 258 border: 3px solid var(--form--color-ranged); 259 height: 25px;260 width: 25px;259 height: 44px; 260 width: 44px; 261 261 border-radius: 50%; 262 262 background: var(--global--color-background);
Note: See TracChangeset
for help on using the changeset viewer.