diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-02 01:34:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 01:34:01 +0200 |
commit | 571b7cdbed4dfbccef83e9208422e58eea504b6f (patch) | |
tree | 888393feffb61f88cac6c2cfbe58faac8da7a879 /browser/themes/windows | |
parent | d308bde8a31ae3e3a16b531af9a74de78deae53c (diff) | |
parent | d38e7b77846e346130acae2fe842dc91b1749556 (diff) | |
download | UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.gz UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.lz UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.xz UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.zip |
Merge pull request #424 from Ascrod/UITour
Remove UITour
Diffstat (limited to 'browser/themes/windows')
-rw-r--r-- | browser/themes/windows/browser.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index b364dbc36..47584a654 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -2328,14 +2328,6 @@ notification.pluginVulnerable > .notification-inner > .messageCloseButton { border-bottom: 1px solid @toolbarShadowColor@; } -#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"] { - margin-right: -2px; -} - -#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] { - margin-left: -2px; -} - /* End customization mode */ /* Private browsing indicators */ @@ -2422,18 +2414,6 @@ notification.pluginVulnerable > .notification-inner > .messageCloseButton { /* End private browsing indicators */ -%include ../shared/UITour.inc.css - -#UITourTooltipButtons { - /** - * Override the --arrowpanel-padding so the background extends - * to the sides and bottom of the panel. - */ - margin-left: -10px; - margin-right: -10px; - margin-bottom: -10px; -} - %include ../shared/contextmenu.inc.css #context-navigation { |