Merge pull request #8072 from owncloud/slideshow-buttons

Fix slideshow buttons being invisible
This commit is contained in:
jbtbnl 2014-04-06 01:17:43 +02:00
commit 86adee98bf
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ input[type="button"],
margin: 3px 3px 3px 0;
padding: 7px 6px 5px;
font-size: 13px;
background: #fff;
background-color: #fff;
color: #333;
border: 1px solid #ddd;
outline: none;