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/linux | |
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/linux')
-rw-r--r-- | browser/themes/linux/browser.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index 3e6b81512..534d14834 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -1543,11 +1543,6 @@ notification.pluginVulnerable > .notification-inner > .messageCloseButton:not(:h border-left: 3px solid transparent; } -/* The :hover:active style from toolkit doesn't seem to work in this panel so just use :active. */ -.customization-tipPanel-closeBox > .close-icon:active { - background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 48, 16, 32); -} - /* End customization mode */ @@ -1556,40 +1551,6 @@ notification.pluginVulnerable > .notification-inner > .messageCloseButton:not(:h width: 40px; } -%include ../shared/UITour.inc.css - -#UITourHighlight { - /* Below are some fixes for people without an X compositor on Linux. - This is why we can't have nice things: */ - /* Animations don't repaint properly without an X compositor. */ - animation-name: none !important; - /* Opacity rounds to 0 or 1 on Linux without an X compositor so make the - background be transparent in that case by having all alpha values < 0.5 */ - background-image: radial-gradient(50% 100%, rgba(0,149,220,0.3) 50%, rgba(0,149,220,0.49) 100%); - /* The highlight isn't anti-aliased without an X compositor so make it thicker. - Make it a darker color since we don't have the box-shadow in this case. */ - border: 4px solid rgb(0,149,220); -} - -#UITourTooltipDescription { - font-size: 1.05rem; -} - -#UITourTooltipClose { - margin-inline-end: -4px; - height: 16px; - width: 16px; -} - -/** - * Override the --arrowpanel-padding so the background extends - * to the sides and bottom of the panel. - */ -#UITourTooltipButtons { - margin-left: -10px; - margin-bottom: -10px; -} - %include ../shared/contextmenu.inc.css #context-navigation > .menuitem-iconic > .menu-iconic-left { |