Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3565)

Unified Diff: chrome/browser/resources/file_manager/css/gallery.css

Issue 10830091: Visual tweaks for the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/gallery.css
diff --git a/chrome/browser/resources/file_manager/css/gallery.css b/chrome/browser/resources/file_manager/css/gallery.css
index 5414c6b171ec28f6f1bad81015bfcfe18812dc0b..f2b5ff4cc5ed6e99fa66d2a5b11408adecc206ae 100644
--- a/chrome/browser/resources/file_manager/css/gallery.css
+++ b/chrome/browser/resources/file_manager/css/gallery.css
@@ -121,8 +121,8 @@ body {
-webkit-transition-duration: 300ms;
-webkit-transition-property: webkit-transform, opacity;
-webkit-transition-timing-function: ease;
- background-color: rgba(18, 18, 18, 0.75);
- border-top: 1px solid rgba(31, 31, 31, 0.75);
+ background-color: rgba(18, 18, 18, 0.875);
+ border-top: 1px solid rgba(31, 31, 31, 0.875);
bottom: 0;
display: -webkit-box;
height: 55px;
@@ -310,23 +310,22 @@ body {
.gallery .filename-spacer .saved,
.gallery .filename-spacer .overwrite-original {
-webkit-transition: all linear 120ms;
- color: gray;
cursor: inherit;
display: inline-block;
font-size: 90%;
- margin-left: 6px;
- margin-right: 10px;
+ margin-left: 3px;
+ margin-right: 18px;
opacity: 0;
pointer-events: none;
}
.gallery[editing] .filename-spacer .saved {
+ color: gray;
opacity: 1;
}
.gallery[editing] .filename-spacer .overwrite-original,
.gallery[editing] .filename-spacer .overwrite-original > * {
- color: gray;
cursor: pointer;
opacity: 1;
pointer-events: auto;
@@ -335,7 +334,6 @@ body {
.gallery[editing] .filename-spacer[saved] .overwrite-original,
.gallery[editing] .filename-spacer[saved] .overwrite-original > * {
cursor: default;
- opacity: 0.5;
pointer-events: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698