diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 8bf0fe34f..225b984b5 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -291,7 +291,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
font-size:14px;
}
-.buttonLike:disabled, .buttonGradient:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
+.buttonLike:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
background: #ECECEC !important;
color: #D5D5D5 !important;
cursor: not-allowed;
diff --git a/admin/themes/default/css/components/general.css b/admin/themes/default/css/components/general.css
index da394af4b..b3ff53920 100644
--- a/admin/themes/default/css/components/general.css
+++ b/admin/themes/default/css/components/general.css
@@ -41,6 +41,7 @@ or
background: #ff7700;
text-decoration: none !important;
color: white;
+ transition: all 125ms ease-out;
}
.head-button-2 {
diff --git a/admin/themes/default/template/photos_add_applications.tpl b/admin/themes/default/template/photos_add_applications.tpl
index 2caa7b24b..90e676c18 100644
--- a/admin/themes/default/template/photos_add_applications.tpl
+++ b/admin/themes/default/template/photos_add_applications.tpl
@@ -77,7 +77,7 @@ jQuery().ready(function(){
Piwigo Remote Sync
{'Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'|@translate}
@@ -89,7 +89,7 @@ jQuery().ready(function(){
{'Piwigo for iOS (iPhone, iPad, iPod Touch)'|@translate}
{'Piwigo for iOS application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'|@translate}
@@ -101,7 +101,7 @@ jQuery().ready(function(){
{'Piwigo for Android'|@translate}
{'Piwigo for Android application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'|@translate}
@@ -116,7 +116,7 @@ jQuery().ready(function(){
{'The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'|@translate}
@@ -128,7 +128,7 @@ jQuery().ready(function(){
Shotwell
{'Shotwell is an open source digital photo organizer that runs on Linux. It is the default photo manager in Ubuntu and Fedora.'|@translate}
@@ -143,7 +143,7 @@ jQuery().ready(function(){
{'digiKam is designed for photographers who want to view, manage, edit, enhance, organize, tag, and share photographs.'|@translate}
@@ -155,7 +155,7 @@ jQuery().ready(function(){
MacShareToPiwigo
{'Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'|@translate}
@@ -167,7 +167,7 @@ jQuery().ready(function(){
iPhoto
{'iPhoto is the default photo manager on MacOSX. The Piwigo export plugin let you create new albums and export your photos directly from iPhoto to your Piwigo photo gallery.'|@translate}
@@ -183,7 +183,7 @@ jQuery().ready(function(){
{'The Piwigo export plugin allows you to create albums and export photos.'|@translate}
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl
index 7c7de60c5..df12e8a01 100644
--- a/admin/themes/default/template/photos_add_direct.tpl
+++ b/admin/themes/default/template/photos_add_direct.tpl
@@ -168,7 +168,7 @@ jQuery(document).ready(function(){
QueueChanged : function(up) {
jQuery('#addFiles').addClass("addFilesButtonChanged");
jQuery('#startUpload').prop('disabled', up.files.length == 0);
- jQuery("#addFiles").removeClass('buttonGradient').addClass('buttonLike');
+ jQuery("#addFiles").removeClass('buttonLike').addClass('buttonLike');
if (up.files.length > 0) {
jQuery('.plupload_filelist_footer').show();
@@ -177,7 +177,7 @@ jQuery(document).ready(function(){
if (up.files.length == 0) {
jQuery('#addFiles').removeClass("addFilesButtonChanged");
- jQuery("#addFiles").removeClass('buttonLike').addClass('buttonGradient');
+ jQuery("#addFiles").removeClass('buttonLike').addClass('buttonLike');
jQuery('.plupload_filelist_footer').hide();
jQuery('.plupload_filelist').css("overflow-y", "hidden");
}
@@ -507,7 +507,7 @@ jQuery(document).ready(function(){
{'Select files'|@translate}
-
{if not $DISPLAY_FORMATS}{'Add Photos'|translate}{else}{'Add formats'|@translate}{/if}
+
{if not $DISPLAY_FORMATS}{'Add Photos'|translate}{else}{'Add formats'|@translate}{/if}
{if isset($original_resize_maxheight)}
{'The picture dimensions will be reduced to %dx%d pixels.'|@translate:$original_resize_maxwidth:$original_resize_maxheight}
@@ -540,7 +540,7 @@ jQuery(document).ready(function(){
{'Cancel'|translate}
-
{'Start Upload'|translate}
+
{'Start Upload'|translate}
diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl
index 16e3eacd0..9bdeb0283 100644
--- a/admin/themes/default/template/site_update.tpl
+++ b/admin/themes/default/template/site_update.tpl
@@ -114,7 +114,7 @@ $('#syncFiles label').click(function () {
- {'Synchronize'|@translate}
+ {'Synchronize'|@translate}
{/if}{*isset $introduction*}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 3ce3fe78f..6be075c45 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -2188,10 +2188,10 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
}
.themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;}
-.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none;}
+.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none; transition-duration: 125ms;}
.themeActions a:nth-child(2) {background-color: #ececec; color: #222;}
-.themeActions a:nth-child(2):hover {background-color: #ff9b32; color: #111; text-decoration: none;}
+.themeActions a:nth-child(2):hover {background-color: #ff9b32; color: #111; text-decoration: none; transition-duration: 125ms;}
#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
.themeBoxes {min-height:0;text-align:left;}
@@ -6020,25 +6020,10 @@ fieldset#environment legend i[class*="icon-"] {
}
}
-.buttonLike, .buttonGradient, input[type="submit"], input[type="button"], input[type="reset"] {
+.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] {
font-size:12px; border:none; padding:13px 20px; margin-left:0; font-weight: bold; transition: all 125ms ease-out;
}
-.buttonGradient {
- padding: 8px 10px;
- margin-left: 5px;
- background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 25%, rgb(201, 74, 140) 50%, rgb(249, 76, 93) 100%); transition: 0.3s ease;
- cursor: pointer;
- color: white !important;
- background-size: 200% 100%;
-}
-
-.syncBtn .buttonGradient {
- padding:13px 20px;
-}
-
-.buttonGradient:hover {background-position-x: 100%;}
-
#cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;}
#permissions, #uploadForm fieldset {border: 0;}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 1172558f2..17f3b921e 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -1838,13 +1838,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
border-left: 2px solid #a9f6e3;
}
-.buttonGradient:disabled {
- padding: 8px 10px; margin-left: 5px;
- background-size: 200% 100%;
- background: #5d5d5d !important;
- color: #373737 !important;
- cursor: not-allowed;
-}
.linked-albums-badge {
background: #777;