@charset "utf-8"; /* You are free to style the button however you wish. I plan to use an icon from my site's own icon font to make it more visible. These are just basic styles to make it look ok with plain text. */ /* Position the button */ .librevjs-res-button { font-weight: bold; float: right; line-height: 3em; } /* Don't show hover effects on title */ ul li.librevjs-menu-title.librevjs-res-menu-title:hover { cursor: default; background-color: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } /* Needed to keep text visible in LibreVideoJS */ .librevjs-res-button .librevjs-control-text { width: auto; height: auto; clip: auto; }