summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/customizableui/customizeTip.inc.css
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-02 01:34:01 +0200
committerGitHub <noreply@github.com>2018-06-02 01:34:01 +0200
commit571b7cdbed4dfbccef83e9208422e58eea504b6f (patch)
tree888393feffb61f88cac6c2cfbe58faac8da7a879 /browser/themes/shared/customizableui/customizeTip.inc.css
parentd308bde8a31ae3e3a16b531af9a74de78deae53c (diff)
parentd38e7b77846e346130acae2fe842dc91b1749556 (diff)
downloadUXP-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/shared/customizableui/customizeTip.inc.css')
-rw-r--r--browser/themes/shared/customizableui/customizeTip.inc.css77
1 files changed, 0 insertions, 77 deletions
diff --git a/browser/themes/shared/customizableui/customizeTip.inc.css b/browser/themes/shared/customizableui/customizeTip.inc.css
deleted file mode 100644
index 26c6ee1ea..000000000
--- a/browser/themes/shared/customizableui/customizeTip.inc.css
+++ /dev/null
@@ -1,77 +0,0 @@
-/* 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/. */
-
-#customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent {
- padding: 0;
- margin: 0;
- min-width: 400px;
- max-width: 1000px;
- min-height: 200px;
- border-radius: 3px;
- background-image: linear-gradient(90deg, #a0dfff 0%, #ceeeff 100%);
- border: 0px solid rgba(0,148,221,.5);
- box-shadow: 0 1px 5px 0 rgba(0,0,0,.5), inset 0 1px 1px 0 #fff;
- color: rgb(51,51,51);
-}
-
-#customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent:-moz-locale-dir(rtl) {
- background-image: linear-gradient(90deg, #ceeeff 0%, #a0dfff 100%);
-}
-
-.customization-tipPanel-infoBox {
- margin: 20px 25px 25px;
- width: 25px;
- background-image: url(chrome://browser/skin/customizableui/info-icon-customizeTip.png);
- background-repeat: no-repeat;
-}
-
-.customization-tipPanel-content {
- margin: 25px 0;
- font-size: 12px;
- line-height: 18px;
-}
-
-.customization-tipPanel-em {
- margin: 0;
- font-weight: bold;
-}
-
-.customization-tipPanel-contentImage {
- margin-top: 25px;
- list-style-image: url(chrome://browser/skin/customizableui/customize-illustration.png);
- min-width: 300px;
- max-width: 300px;
- min-height: 190px;
- max-height: 190px;
- display: -moz-box;
-}
-
-.customization-tipPanel-contentImage:-moz-locale-dir(rtl) {
- list-style-image: url(chrome://browser/skin/customizableui/customize-illustration-rtl.png);
-}
-
-.customization-tipPanel-link {
- -moz-appearance: none;
- background: transparent;
- border: none;
- box-shadow: none;
- color: rgb(25,82,171);
- margin: 0;
- cursor: pointer;
-}
-
-.customization-tipPanel-link > .button-box > .button-text {
- margin: 0 !important;
-}
-
-.customization-tipPanel-closeBox > .close-icon {
- -moz-appearance: none;
- border: 0;
- margin-inline-end: -25px;
-}
-
-#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"],
-#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] {
- list-style-image: url("chrome://browser/skin/customizableui/panelarrow-customizeTip.png");
-}