Bug 1384504 - [Photon] Update sidebar tree styling on Windows. r=dao

MozReview-Commit-ID: 50gpPdmBetL

--HG--
extra : rebase_source : bc7ff7d318a4fc89665922dc90c5582eaa3b00fd
This commit is contained in:
Nihanth Subramanya 2017-07-26 15:39:34 +05:30
Родитель b482db15af
Коммит 4ecbc7717a
4 изменённых файлов: 17 добавлений и 14 удалений

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

@ -16,12 +16,6 @@
} }
@media (-moz-windows-default-theme) { @media (-moz-windows-default-theme) {
.sidebar-header,
#sidebar-header {
-moz-appearance: none;
border-bottom: none;
}
.menu-accel, .menu-accel,
.menu-iconic-accel { .menu-iconic-accel {
color: graytext; color: graytext;

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

@ -813,8 +813,9 @@ treechildren.searchbar-treebody::-moz-tree-row(selected) {
%include ../shared/sidebar.inc.css %include ../shared/sidebar.inc.css
#sidebar { #sidebar-box {
background-color: Window; background-color: -moz-Field;
color: -moz-FieldText;
} }
#sidebar-header { #sidebar-header {

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

@ -3,11 +3,24 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Sidebars */ /* Sidebars */
:root {
background-color: transparent;
}
#sidebar-search-container {
padding: 4px;
}
.sidebar-placesTree { .sidebar-placesTree {
-moz-appearance: none; -moz-appearance: none;
border: 0; border: 0;
margin: 0; margin: 0;
border-top: 1px solid ThreeDShadow; }
.sidebar-placesTreechildren::-moz-tree-cell,
.sidebar-placesTreechildren::-moz-tree-twisty {
padding: 0 4px;
} }
.sidebar-placesTreechildren::-moz-tree-cell(leaf) , .sidebar-placesTreechildren::-moz-tree-cell(leaf) ,

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

@ -135,12 +135,7 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
sidebarheader { sidebarheader {
min-height: 25px; min-height: 25px;
background-color: -moz-Dialog;
color: -moz-dialogText;
text-shadow: none; text-shadow: none;
-moz-appearance: toolbox;
border-bottom: 1px solid ThreeDShadow;
border-top: 1px solid ThreeDHighlight;
} }
sidebarheader > label { sidebarheader > label {