summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 02:18:43 +0000
committermtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 02:18:43 +0000
commit3dbdfe134d18d3d537bf65023ff43afb7249a362 (patch)
tree37871b14ffe3b8af174d50dc137f9d68b524ad8a
parentdbf253d4ba42631359ebf39c2f72214447c0e7b1 (diff)
downloadchromium_src-3dbdfe134d18d3d537bf65023ff43afb7249a362.zip
chromium_src-3dbdfe134d18d3d537bf65023ff43afb7249a362.tar.gz
chromium_src-3dbdfe134d18d3d537bf65023ff43afb7249a362.tar.bz2
Revert 207775 "Fixed the disabled button to be the same size as ..."
> Fixed the disabled button to be the same size as enabled. > > Before, the disabled button was smaller, what caused janky UI when loading the dialog. This patch makes it the same size. > > TEST=Invoke the Save-as or Open dialog. Verify if the disabled button is the same size. > BUG=249995 > > Review URL: https://chromiumcodereview.appspot.com/17356008 TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/17580005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208135 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/file_manager/css/common.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 71e6d6f..bc5b9876 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -311,7 +311,6 @@ input[type='submit'][disabled]:hover {
url('../images/common/button.png') 1x,
url('../images/common/2x/button.png') 2x) 5 / 5px / 2px repeat;
color: rgb(150, 150, 150);
- padding: 2px 14px;
}
/* Gray progress bar. */