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

Unified Diff: ui/file_manager/file_manager/foreground/css/common.css

Issue 1026693003: Files.app: Add touch feedback on breadcrumbs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: == -> === Created 5 years, 9 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 | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/common.css
diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css
index 80134e414bf67ee77697942ac4d75e62a8b8694b..da442fec23773a9ef44cbfab959e882f634271a0 100644
--- a/ui/file_manager/file_manager/foreground/css/common.css
+++ b/ui/file_manager/file_manager/foreground/css/common.css
@@ -307,6 +307,30 @@ select[size='1']:hover {
border-image-slice: 5;
}
+/* Style for <button>s to have similar style with Polymer's <paper-button>. */
+.imitate-paper-button {
+ -webkit-user-select: none;
+ background: transparent;
+ border: 0;
+ border-image: none;
+ border-radius: 3px;
+ box-sizing: border-box;
+ color: inherit;
+ cursor: pointer;
+ display: inline-block;
+ font: inherit;
+ height: auto;
+ margin: 0 0.29em;
+ min-width: 5.14em;
+ outline: none;
+ overflow: hidden;
+ padding: 0.7em 0.57em;
+ position: relative;
+ text-align: center;
+ text-transform: uppercase;
+ z-index: 0;
+}
+
/* Gray progress bar. */
.progress-bar {
background-color: #e6e6e6;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698