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

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 419153002: Gallery: Enlarge the size of range inputs in Gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 6a19b60b38fd3d5b9f468fbe20b32ab69c974b79..2d8d487db6583c7c53122f2a2cdb4e19955e7a07 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -883,9 +883,21 @@ input[type='checkbox']:checked {
.gallery .edit-modal .range {
-webkit-appearance: none !important;
- height: 3px;
+ background: transparent;
+ height: 29px;
margin-right: 10px;
- margin-top: 1px;
+ position: relative;
+}
+
+.gallery .edit-modal .range::before {
+ background: #fff;
+ content: '';
+ display: block;
+ height: 3px;
+ left: 3px;
+ position: absolute;
+ right: 3px;
+ top: 13px;
}
.gallery .edit-modal .range::-webkit-slider-thumb {
« 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