1
0
Fork 0
forked from 0x2620/oxjs

add timeline view

This commit is contained in:
rolux 2010-09-18 00:10:07 +02:00
commit b237451eb5
11 changed files with 1486 additions and 1 deletions

View file

@ -337,4 +337,28 @@ Scrollbars
.OxThemeClassic ::-webkit-scrollbar:active,
.OxThemeClassic ::-webkit-scrollbar-thumb:active {
background: rgb(208, 208, 208);
}
/*
================================================================================
Video
================================================================================
*/
.OxThemeClassic .OxVideoPlayer {
background: rgb(255, 255, 255);
}
/*
================================================================================
Miscellaneous
================================================================================
*/
.OxThemeClassic .OxTooltip {
border: 1px solid rgba(128, 128, 128, 0.75);
background: rgba(255, 255, 255, 0.75);
color: rgba(128, 128, 128, 1);
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}