Changeset 8054
- Timestamp:
- Sep 6, 2022, 2:56:36 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.19-stable/www/include/styles/main.css
r7993 r8054 210 210 211 211 /* Generic button, standalone or in a toolbar, define colors only */ 212 .button, .tab 212 .button, .tab, ::file-selector-button 213 213 { 214 214 background-color: #E8E8E8; … … 223 223 224 224 .interactable:hover, .interactable:focus, .interactable.active, 225 input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus 225 input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus, ::file-selector-button:hover 226 226 { 227 227 border-color: #2288AA; … … 253 253 254 254 /* A single standalone button */ 255 .basicbutton 255 .basicbutton, ::file-selector-button 256 256 { 257 257 display: inline-block; … … 265 265 } 266 266 267 /* We need some additional styling for resetting */ 268 ::file-selector-button 269 { 270 border-style: solid; 271 border-color: inherit; 272 margin-right: 4px; 273 padding-top: 2px; 274 } 275 267 276 .buttongroup .basicbutton 268 277 { … … 277 286 278 287 /* Highlight the button when the mouse is over it */ 279 .basicbutton:hover, .basicbutton:focus 288 .basicbutton:hover, .basicbutton:focus, ::file-selector-button:hover 280 289 { 281 290 /* 1+1=0+2 so that the button is not moving */ … … 284 293 cursor: pointer; 285 294 } 295 296 ::file-selector-button:hover 297 { 298 /* Since we have 4px without hover */ 299 margin-right: 3px; 300 } 301 286 302 287 303 .basicbutton.square
Note: See TracChangeset
for help on using the changeset viewer.