diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-02-20 18:57:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 18:57:53 +0100 |
commit | d77729916b4b9c2b67abd41181336c2cbb1da968 (patch) | |
tree | 8570f17500f94cc5c4275517b7c4d1958ca813e6 /browser/themes/windows/places/places.css | |
parent | 8826313be011b3077c3ac4c6238f2b62e1f3227d (diff) | |
parent | 4c697043da9fe3f58a7e070dad74eab6972695a0 (diff) | |
download | UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.gz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.lz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.xz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.zip |
Merge pull request #27 from MoonchildProductions/theme-work
Remove Windows XP and Windows Vista theme components and resources.
Diffstat (limited to 'browser/themes/windows/places/places.css')
-rw-r--r-- | browser/themes/windows/places/places.css | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/browser/themes/windows/places/places.css b/browser/themes/windows/places/places.css index 4ec8f6555..769cfcc25 100644 --- a/browser/themes/windows/places/places.css +++ b/browser/themes/windows/places/places.css @@ -24,21 +24,17 @@ cursor: default; } -/* Style Places sidebars as Vista media collection */ @media (-moz-windows-default-theme) { - @media not all and (-moz-os-version: windows-xp) { - .sidebar-placesTree { - background-color: transparent; - border-top: none; - } + .sidebar-placesTree { + background-color: transparent; + border-top: none; + } - .sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) { - text-decoration: none; - } + .sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) { + text-decoration: none; } - @media (-moz-os-version: windows-vista), - (-moz-os-version: windows-win7) { + @media (-moz-os-version: windows-win7) { #bookmarksPanel, #history-panel, #tabs-panel { |