diff -r ebbb23d32748 -r c0e4d761bcb6 integration/css/style.css --- a/integration/css/style.css Mon Jun 10 17:48:05 2013 +0200 +++ b/integration/css/style.css Mon Jun 10 18:02:41 2013 +0200 @@ -117,7 +117,7 @@ .description-slideshow-row span{max-height: 100px; display: inline-block; overflow: auto;} .description-slideshow-row textarea{width: 164px; max-width: 164px; height: 100px;} .label-modify-video, .label-add-video{display: none;} -.shadow {background-color: #00FFFF !important;} +.shadow {background-color: #54D0ED !important;} .alert-message{display: none;} .alert{display: none;} /* Tangle */ @@ -129,6 +129,13 @@ .time-tangle.deactivate:hover {border: none; color: #2c3e50;} .time-tangle.deactivate:hover:after {display: none;} +a.open-tab{text-shadow:none;} +a.open-tab:hover{background-color: #E6E6E6;} +.open-tab.video{background-color: #BE4477;} +.open-tab.text{background-color:#5E90CB;} +.open-tab.slideshow{background-color:#F69058;} +.open-tab.audio{background-color:#63BE6C;} +.open-tab.links{background-color:#8985BB;} .loader { background: url(../img/loader.gif) center no-repeat; background-size: 25px 25px;