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

Unified Diff: chrome/browser/resources/shared/css/tabs.css

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/resources/certificate_viewer.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/tabs.css
diff --git a/chrome/browser/resources/shared/css/tabs.css b/chrome/browser/resources/shared/css/tabs.css
index 684d1bdc539fa739ddd1e0cf004eb2f01a75634a..4b3610d9c0094bf59641d6fe9881b2d2858833ac 100644
--- a/chrome/browser/resources/shared/css/tabs.css
+++ b/chrome/browser/resources/shared/css/tabs.css
@@ -8,6 +8,7 @@ tabs {
background: -webkit-linear-gradient(white, rgb(243, 243, 243));
border-bottom: 1px solid rgb(160, 160, 160);
margin: 0;
+ -webkit-padding-start: 8px;
}
tabs > * {
@@ -29,6 +30,10 @@ tabs > :not([selected]):hover {
background: rgba(200, 200, 200, .3);
}
+tabs > :not([selected]) {
+ background: #eee;
Rick Byers 2011/11/07 21:43:48 This should go above in the "tabs > *" clause (bet
bshe 2011/11/09 22:36:54 Done.
+}
+
tabs > [selected] {
-webkit-transition: none;
background: white;
@@ -51,8 +56,6 @@ tabpanels {
-webkit-box-flex: 1;
background: white;
box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
- border: 1px solid rgb(160, 160, 160);
- border-top: 0;
display: -webkit-box;
padding: 5px;
}
« no previous file with comments | « chrome/browser/resources/certificate_viewer.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698