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

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

Issue 8461015: UI polish for certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Nit Created 9 years 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.js ('k') | chrome/browser/ui/dialog_style.h » ('j') | 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..f79fc3c2ec0cad390ff5efa7c8b21cf3c1739b38 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 0 15px;
}
tabpanels > * {
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/browser/ui/dialog_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698