2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2009-01-13 03:48:35 -08:00
|
|
|
%include places.css
|
|
|
|
|
|
|
|
/* Style Places sidebars as Vista media collection */
|
2011-12-27 15:49:17 -08:00
|
|
|
@media (-moz-windows-default-theme) {
|
|
|
|
#bookmarksPanel,
|
|
|
|
#history-panel {
|
|
|
|
background-color: #EEF3FA;
|
|
|
|
}
|
2009-01-13 03:48:35 -08:00
|
|
|
|
2011-12-27 15:49:17 -08:00
|
|
|
.sidebar-placesTree {
|
|
|
|
background-color: transparent;
|
|
|
|
border-top: none;
|
|
|
|
}
|
2009-01-13 03:48:35 -08:00
|
|
|
}
|