X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;fp=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;h=8875edeccdf32e0787554135bf7f397fbf184bce;hb=29465e59cc7bc528bdee07ecbcea9bc9f25c7955;hp=0000000000000000000000000000000000000000;hpb=99d068f3e4bdb17d93cac6b680a19f9577fb466d;p=themes.git diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css new file mode 100644 index 00000000..8875edec --- /dev/null +++ b/EarlyBlue/global/media/videocontrols.css @@ -0,0 +1,23 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#controlsBackground { + height: 24px; + background-color: #666699; +} + +#playButton { + list-style-image: url("chrome://global/skin/media/videocontrols.png"); + -moz-image-region: rect(0px, 48px, 24px, 24px); +} +#playButton[paused="true"] { + -moz-image-region: rect(0px, 24px, 24px, 0px); +} + +#muteButton{ + list-style-image: url("chrome://global/skin/media/videocontrols.png"); + -moz-image-region: rect(24px, 24px, 48px, 0px); +} +#muteButton[muted="true"] { + -moz-image-region: rect(24px, 48px, 48px, 24px); +} +