remove shadow on album creation button for empty gallery

This commit is contained in:
plegall
2019-07-19 14:27:50 +02:00
parent 2842934633
commit 292b414d25
3 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -82,7 +82,7 @@ UL.thumbnails span.wrap2 {
/* borders */
fieldset { border: 2px solid #333; }
.buttonLike, INPUT, SELECT, TEXTAREA {
INPUT, SELECT, TEXTAREA {
border: 1px solid #666;
}
input:focus, select:focus, textarea:focus {
@@ -409,8 +409,6 @@ li.plupload_delete a {background: url("images/cancel.svg")!important; background
li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-size: cover!important;}
.addAlbumEmpty {color: #c1c1c1;}
.addAlbumEmpty a {background-color: #FFA646; color: #3C3C3C;}
.addAlbumEmpty a:hover{background-color: #ff7700; color: #3C3C3C;}
.buttonSeparator {color: #c1c1c1;}
#cboxTitle {color: #7f7f7f !important;}
#addAlbumForm {color: #999;}