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

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: Edit comments. 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
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..7091a539e3360fc23bc7977b8fb254219e35e853 100644
--- a/chrome/browser/resources/shared/css/tabs.css
+++ b/chrome/browser/resources/shared/css/tabs.css
@@ -4,6 +4,7 @@ tabbox {
}
tabs {
+ -webkit-padding-start: 8px;
display: -webkit-box;
background: -webkit-linear-gradient(white, rgb(243, 243, 243));
border-bottom: 1px solid rgb(160, 160, 160);
@@ -25,8 +26,12 @@ tabs > * {
text-align: center;
}
+tabs > :not([selected]) {
+ background: rgba(238, 238, 238, .3);
+}
+
tabs > :not([selected]):hover {
- background: rgba(200, 200, 200, .3);
+ background: rgba(247, 247, 247, .3);
}
tabs > [selected] {
@@ -51,10 +56,8 @@ 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;
+ padding: 5px 15px 0px 15px;
}
tabpanels > * {
« no previous file with comments | « chrome/browser/resources/quota_internals/main.css ('k') | chrome/browser/resources/sync_internals/sync_index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698