X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fthemes%2Fseven%2Fcss%2Fcomponents%2Fquickedit.css;fp=web%2Fcore%2Fthemes%2Fseven%2Fcss%2Fcomponents%2Fquickedit.css;h=454863b84d2e7a3d50f899dae68425bb44c60ed1;hp=5949c08f4a8e89a24896cd32104b6c9cda8b6819;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/themes/seven/css/components/quickedit.css b/web/core/themes/seven/css/components/quickedit.css index 5949c08f4..454863b84 100644 --- a/web/core/themes/seven/css/components/quickedit.css +++ b/web/core/themes/seven/css/components/quickedit.css @@ -23,7 +23,7 @@ .quickedit-button.action-saving { border-color: #1e5c90; background-image: -webkit-linear-gradient(top, #007bc6, #0071b8); - background-image: linear-gradient(to bottom, #007bc6, #0071b8); + background-image: linear-gradient(to bottom, #007bc6, #0071b8); color: #fff; text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); font-weight: 700; @@ -36,7 +36,7 @@ .quickedit-button.action-saving:focus { background-color: #2369a6; background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7); - background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); + background-image: linear-gradient(to bottom, #0c97ed, #1f86c7); border-color: #1e5c90; color: #fff; } @@ -49,7 +49,7 @@ .quickedit-button.action-save:active, .quickedit-button.action-saving:active { background-image: -webkit-linear-gradient(top, #08639b, #0071b8); - background-image: linear-gradient(to bottom, #08639b, #0071b8); + background-image: linear-gradient(to bottom, #08639b, #0071b8); border-color: #144b78; box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2); }