From 292b414d251d4e89515ada6c12b8d5e9b5e133fa Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Jul 2019 14:27:50 +0200 Subject: [PATCH] remove shadow on album creation button for empty gallery --- admin/themes/clear/theme.css | 2 -- admin/themes/default/template/photos_add_direct.tpl | 2 +- admin/themes/roma/theme.css | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index c4cf8472d..7904c060e 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -412,8 +412,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: #3C3C3C;} -.addAlbumEmpty a {background-color: #FFA646; box-shadow: 0 1px 2px #0D0303;} -.addAlbumEmpty a:hover{background-color: #ff7700; color: #3C3C3C; box-shadow: 0 2px 4px #0D0303;} #addAlbumForm input[name="category_name"] {border:none!important; margin-top: 5px!important;} #addAlbumForm input[name="category_name"]:focus {background-color: #DDDDDD;} .buttonSeparator {color: #3C3C3C;} diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index db0782869..3aa00c1b0 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -262,7 +262,7 @@ jQuery(document).ready(function(){
0} style="display:none;"{/if}>
{'Welcome!'|translate}

{'Piwigo requires an album to add photos.'|translate}

- {'Create a first album'|translate} + {'Create a first album'|translate}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index fda07a44c..de5a9fab6 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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;}