diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-31 05:09:33 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-31 05:09:33 +0200 |
commit | 381e194162092e6ca6d1da2248a41af8b4f7208d (patch) | |
tree | 224c1f7003a1ff3f9a5f4d844c1bea3c86f88958 /web/stream.gathering.org/resources/css/button-styles.css | |
parent | 191df1949e2e05eb20b49d5cb31afc7a1f70da91 (diff) | |
parent | e3d7c5cc86fedb458d9b091ca12245c01e7f285d (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/stream.gathering.org/resources/css/button-styles.css')
-rw-r--r-- | web/stream.gathering.org/resources/css/button-styles.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/web/stream.gathering.org/resources/css/button-styles.css b/web/stream.gathering.org/resources/css/button-styles.css new file mode 100644 index 0000000..e70a197 --- /dev/null +++ b/web/stream.gathering.org/resources/css/button-styles.css @@ -0,0 +1,31 @@ +@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 */ +.vjs-res-button { + float: right; + line-height: 3em; +} + +/* Don't show hover effects on title */ +ul li.vjs-menu-title.vjs-res-menu-title:hover { + cursor: default; + background-color: transparent; + color: #CCC; + + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Needed to keep text visible in video.js 4.9 */ +.vjs-res-button .vjs-control-text { + width: auto; + height: auto; + clip: auto; +}
\ No newline at end of file |