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

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

Issue 15121002: Merge 199387 "Add window buttons (close and maximize) to the Fil..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 years, 7 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 | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/common.css
===================================================================
--- chrome/browser/resources/file_manager/css/common.css (revision 199674)
+++ chrome/browser/resources/file_manager/css/common.css (working copy)
@@ -414,6 +414,8 @@
-webkit-box-shadow: inset 0 1px 1px 0 rgb(255, 255, 255);
background-color: rgb(250, 250, 250);
background-image: none;
+ background-position: center;
+ background-repeat: no-repeat;
border: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(180, 180, 180);
border-left: 1px solid rgb(220, 220, 220);
@@ -447,7 +449,8 @@
body[new-ui] input[type='submit']:hover,
body[new-ui] select:hover {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
- background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #f0f0f0);
+ background-color: #ebebeb;
+ background-image: -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #f0f0f0);
border-color: rgb(190, 190, 190);
color: #222;
}
@@ -456,7 +459,8 @@
body:not([new-ui]) input[type='button']:active,
body:not([new-ui]) input[type='submit']:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
+ background-color: #ebebeb;
+ background-image: -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
color: #333;
}
@@ -464,7 +468,8 @@
body[new-ui] input[type='button']:active,
body[new-ui] input[type='submit']:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
+ background-color: #ebebeb;
+ background-image: -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
color: #333;
}
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698