12 lines
173 B
CSS
12 lines
173 B
CSS
/***** ownCloud plugin styles *****/
|
|
|
|
#taskbar a.button-owncloud
|
|
{
|
|
background-image: url(cloud.png);
|
|
}
|
|
|
|
.owncloud-box
|
|
{
|
|
overflow: auto;
|
|
background-color: #F2F2F2;
|
|
}
|