Fix datepicker icons for all uses across ownCloud

This commit is contained in:
Tom Needham 2012-09-19 16:51:20 +00:00
parent fe7288b65a
commit fb3724ba64

View File

@ -143,6 +143,10 @@ a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padd
.exception{color: #000000;}
.exception textarea{width:95%;height: 200px;background:#ffe;border:0;}
.ui-icon-circle-triangle-e{ background-image: url('../img/actions/play-next.svg'); }
.ui-icon-circle-triangle-w{ background-image: url('../img/actions/play-previous.svg'); }
.ui-datepicker-prev,.ui-datepicker-next{ border: 1px solid #ddd; background: #ffffff; }
/* ---- DIALOGS ---- */
#dirtree {width: 100%;}
#filelist {height: 270px; overflow:scroll; background-color: white; width: 100%;}