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:
Nihanth Subramanya 2017-05-30 02:07:56 +05:30
Родитель 3bc249417c
Коммит 6da6f141b1
4 изменённых файлов: 27 добавлений и 4 удалений

Просмотреть файл

@ -954,6 +954,14 @@ html|span.ac-emphasize-text-url {
background-color: Window;
}
#sidebar-header {
border-bottom: 1px solid ThreeDShadow;
}
.sidebar-splitter {
border-color: ThreeDShadow;
}
.browserContainer > findbar {
background-color: -moz-dialog;
color: -moz-DialogText;

Просмотреть файл

@ -1367,8 +1367,13 @@ html|span.ac-emphasize-text-url {
}
#sidebar-header {
/* match the font size used in side bar content */
font-size: 12px;
/* system font size is a bit smaller in mac, so need more ems. */
font-size: 1.4545em;
border-bottom: 1px solid hsla(240, 5%, 5%, .1);
}
.sidebar-splitter {
border-color: hsla(240, 5%, 5%, .1);
}
/* ----- CONTENT ----- */

Просмотреть файл

@ -11,7 +11,9 @@
.sidebar-header,
#sidebar-header {
padding: 4px;
font-size: 1.333em;
font-weight: lighter;
padding: 8px;
background-color: var(--header-background-color);
color: -moz-dialogText;
text-shadow: none;
@ -19,7 +21,7 @@
.sidebar-splitter {
-moz-appearance: none;
border: 0 solid #ccc;
border: 0 solid;
border-inline-end-width: 1px;
min-width: 1px;
width: 3px;

Просмотреть файл

@ -1377,6 +1377,14 @@ treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Window;
}
#sidebar-header {
border-bottom: 1px solid ThreeDLightShadow;
}
.sidebar-splitter {
border-color: ThreeDLightShadow;
}
.browserContainer > findbar {
background-color: -moz-dialog;
color: -moz-DialogText;