зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1367242 - Part 3: Increase padding and font size of sidebar header, add bottom border. r=dao
MozReview-Commit-ID: KtU1DJmokbw --HG-- extra : rebase_source : dc61f34d2594028d4099fde6511251ef16ffa9cd
This commit is contained in:
Родитель
3bc249417c
Коммит
6da6f141b1
|
@ -954,6 +954,14 @@ html|span.ac-emphasize-text-url {
|
||||||
background-color: Window;
|
background-color: Window;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-header {
|
||||||
|
border-bottom: 1px solid ThreeDShadow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-splitter {
|
||||||
|
border-color: ThreeDShadow;
|
||||||
|
}
|
||||||
|
|
||||||
.browserContainer > findbar {
|
.browserContainer > findbar {
|
||||||
background-color: -moz-dialog;
|
background-color: -moz-dialog;
|
||||||
color: -moz-DialogText;
|
color: -moz-DialogText;
|
||||||
|
|
|
@ -1367,8 +1367,13 @@ html|span.ac-emphasize-text-url {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-header {
|
#sidebar-header {
|
||||||
/* match the font size used in side bar content */
|
/* system font size is a bit smaller in mac, so need more ems. */
|
||||||
font-size: 12px;
|
font-size: 1.4545em;
|
||||||
|
border-bottom: 1px solid hsla(240, 5%, 5%, .1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-splitter {
|
||||||
|
border-color: hsla(240, 5%, 5%, .1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----- CONTENT ----- */
|
/* ----- CONTENT ----- */
|
||||||
|
|
|
@ -11,7 +11,9 @@
|
||||||
|
|
||||||
.sidebar-header,
|
.sidebar-header,
|
||||||
#sidebar-header {
|
#sidebar-header {
|
||||||
padding: 4px;
|
font-size: 1.333em;
|
||||||
|
font-weight: lighter;
|
||||||
|
padding: 8px;
|
||||||
background-color: var(--header-background-color);
|
background-color: var(--header-background-color);
|
||||||
color: -moz-dialogText;
|
color: -moz-dialogText;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -19,7 +21,7 @@
|
||||||
|
|
||||||
.sidebar-splitter {
|
.sidebar-splitter {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
border: 0 solid #ccc;
|
border: 0 solid;
|
||||||
border-inline-end-width: 1px;
|
border-inline-end-width: 1px;
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
|
|
|
@ -1377,6 +1377,14 @@ treechildren.searchbar-treebody::-moz-tree-row(selected) {
|
||||||
background-color: Window;
|
background-color: Window;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-header {
|
||||||
|
border-bottom: 1px solid ThreeDLightShadow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-splitter {
|
||||||
|
border-color: ThreeDLightShadow;
|
||||||
|
}
|
||||||
|
|
||||||
.browserContainer > findbar {
|
.browserContainer > findbar {
|
||||||
background-color: -moz-dialog;
|
background-color: -moz-dialog;
|
||||||
color: -moz-DialogText;
|
color: -moz-DialogText;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче