4,656
edits
No edit summary |
No edit summary |
||
| Line 335: | Line 335: | ||
display: contents; | display: contents; | ||
} | } | ||
.print-selection-border, .print-selection-no-border { | .print-selection-border, | ||
.print-selection-no-border, | |||
.print-selection-border:hover, | |||
.print-selection-no-border:hover, | |||
.print-selection-border:focus, | |||
.print-selection-no-border:focus, | |||
.print-selection-border:active, | |||
.print-selection-no-border:active, | |||
.print-selection-border:disabled, | |||
.print-selection-no-border:disabled { | |||
display: inline-block; | display: inline-block; | ||
text-decoration: none; | text-decoration: none; | ||
background: #ececec; | background: #ececec; | ||
| Line 345: | Line 352: | ||
margin-left: 4px; | margin-left: 4px; | ||
border: none; | border: none; | ||
font-size: 0.9rem; | font-size: 0.9rem !important; | ||
line-height: 1.2 !important; | |||
font-family: "HALColant-TextRegular" !important; | |||
padding: 2px 4px !important; | |||
border: none !important; | |||
appearance: none; | |||
-webkit-appearance: none; | |||
} | } | ||
#print-selection-options | #print-selection-options a, | ||
#print-selection-options a:hover, | |||
#print-selection-options a:focus, | |||
#print-selection-options | #print-selection-options a:active, | ||
#print-selection-options | #print-selection-options a:visited { | ||
#print-selection-options | |||
#print-selection-options | |||
font-size: 0.9rem !important; | font-size: 0.9rem !important; | ||
line-height: 1.2; | line-height: 1.2 !important; | ||
} | } | ||
.print-selection-border:hover, | .print-selection-border:hover, | ||
.print-selection-no-border:hover, | .print-selection-no-border:hover, | ||