5,949
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
background-color: rgba(0,0,0,0.6); | background-color: rgba(0,0,0,0.6); | ||
color: white; | color: white; | ||
padding: .5em; | padding-top: .5em; | ||
padding-bottom: .5em; | |||
padding-left: 1em; | |||
border-radius: .3em; | border-radius: .3em; | ||
position: absolute; | position: absolute; | ||
Line 31: | Line 33: | ||
} | } | ||
.export-options a { | .export-options a { | ||
color: white; | |||
} | |||
.export-options a.external:hover { | |||
color: white; | color: white; | ||
} | } | ||
Line 38: | Line 43: | ||
.export-options-close-button { | .export-options-close-button { | ||
float: right; | float: right; | ||
margin-left: 1em; | |||
} | } | ||
.export-options-close-button:hover { | .export-options-close-button:hover { |