[Pkg-mozext-commits] [tabmixplus] 52/73: Fix Webstorm inspection errors - Unit of measure 'px', 'pt' and '%' are redundant for '0'

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit e4650802644c2cdc24d5d7c92bce0ca7cea8ac79
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Apr 20 19:25:06 2016 +0300

    Fix Webstorm inspection errors - Unit of measure 'px', 'pt' and '%' are redundant for '0'
---
 chrome/content/overlay/browsr.css                    |  8 ++++----
 chrome/content/preferences/session.xul               |  2 +-
 .../preferences/subdialogs/pref-appearance.css       |  2 +-
 chrome/skin/app_version/39.0/tabStyles.css           | 20 ++++++++++----------
 chrome/skin/app_version/all/mac/browser.css          |  2 +-
 chrome/skin/app_version/all/mac/progress.css         |  4 ++--
 chrome/skin/app_version/all/win/browser.css          |  4 ++--
 chrome/skin/app_version/all/win/progress.css         |  4 ++--
 chrome/skin/app_version/before39.0/tabStyles.css     | 20 ++++++++++----------
 chrome/skin/general.css                              |  8 ++++----
 chrome/skin/preferences.css                          | 16 ++++++++--------
 chrome/skin/preferencesOverlay.css                   | 10 +++++-----
 chrome/skin/shortcuts.css                            |  4 ++--
 chrome/skin/tab.css                                  |  8 ++++----
 14 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/chrome/content/overlay/browsr.css b/chrome/content/overlay/browsr.css
index 55b42f4..f89b275 100644
--- a/chrome/content/overlay/browsr.css
+++ b/chrome/content/overlay/browsr.css
@@ -132,7 +132,7 @@ vbox[shortcutsLabels="true"] {
 }
 
 #tabmixScrollBox > toolbarbutton {
-  margin: 0px;
+  margin: 0;
 }
 
 
@@ -148,7 +148,7 @@ vbox[shortcutsLabels="true"] {
 #TabsToolbar[tabmix-show-newtabbutton*="side"] .tabbrowser-arrowscrollbox > .tabs-newtab-button {
   display: none;
   border: none;
-  margin: 0px;
+  margin: 0;
   vertical-align: bottom;
 }
 
@@ -217,7 +217,7 @@ so display: none !important; does not hide the button */
 .tabbrowser-tabs[flowing=multibar] .tab-close-button:not([fadein]):not([pinned]) {
   display: -moz-box !important;
   visibility: collapse !important;
-  width: 0px !important;
+  width: 0 !important;
 }
 
 /* we don't remove top and bottom borders to prevent tab height from shrinking */
@@ -310,7 +310,7 @@ so display: none !important; does not hide the button */
 /* Firefox 32+ */
 .tabbrowser-arrowscrollbox[flowing="multibar"] > .arrowscrollbox-overflow-start-indicator,
 .tabbrowser-arrowscrollbox[flowing="multibar"] > .arrowscrollbox-overflow-end-indicator {
-  margin-bottom: 0px;
+  margin-bottom: 0;
   visibility: collapse;
 }
 
diff --git a/chrome/content/preferences/session.xul b/chrome/content/preferences/session.xul
index 4fd070c..281b9bb 100644
--- a/chrome/content/preferences/session.xul
+++ b/chrome/content/preferences/session.xul
@@ -98,7 +98,7 @@
                 <description> &sm.extension.description3;.</description>
               </vbox>
               <spacer flex="1"/>
-              <button style="min-width: 0px;" id="sessionmanager_button"
+              <button style="min-width: 0;" id="sessionmanager_button"
                       oncommand="gSessionPane.sessionManagerOptions();"/>
             </hbox>
             <separator class="groove"/>
diff --git a/chrome/content/preferences/subdialogs/pref-appearance.css b/chrome/content/preferences/subdialogs/pref-appearance.css
index f4342ba..9e73da3 100644
--- a/chrome/content/preferences/subdialogs/pref-appearance.css
+++ b/chrome/content/preferences/subdialogs/pref-appearance.css
@@ -34,7 +34,7 @@ colorbox {
 
 .rgbcontrol {
   margin-left: -1px;
-  margin-right: 0px;
+  margin-right: 0;
 }
 
 .rgbcontrol > .textbox-input-box > .numberbox-input {
diff --git a/chrome/skin/app_version/39.0/tabStyles.css b/chrome/skin/app_version/39.0/tabStyles.css
index 0c78b5b..ac99788 100644
--- a/chrome/skin/app_version/39.0/tabStyles.css
+++ b/chrome/skin/app_version/39.0/tabStyles.css
@@ -145,14 +145,14 @@
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-end,
 #tabbrowser-tabs[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unread"]:not(:hover) > .tab-stack > .tab-background > .tab-background-end,
 #tabbrowser-tabs[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState]):not(:hover) > .tab-stack > .tab-background > .tab-background-end {
-  width: 0px !important;
+  width: 0 !important;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background,
 #tabbrowser-tabs[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unread"]:not(:hover) > .tab-stack > .tab-background,
 #tabbrowser-tabs[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState]):not(:hover) > .tab-stack > .tab-background {
-  -moz-margin-start: 0px;
-  -moz-margin-end: 0px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 0;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-middle,
@@ -219,7 +219,7 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before,
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unread"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before,
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before {
-  width: 0px !important;
+  width: 0 !important;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"][afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(ltr),
@@ -229,9 +229,9 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unread"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl),
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl) {
   background-position: left bottom, left bottom, right bottom;
-  background-size: 0% 0%, calc(100% - (1 * 30px)) 100%, 30px 100%;
+  background-size: 0 0, calc(100% - (1 * 30px)) 100%, 30px 100%;
   border-radius: 16px 0 0 20px;
-  margin-left: 0px;
+  margin-left: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"][afterselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(ltr),
@@ -242,7 +242,7 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(rtl) {
   border-left: 2px solid rgba(26 ,26, 26, 0.25);
   border-radius: 16px 0 0 20px;
-  margin-left: 0px;
+  margin-left: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(ltr),
@@ -252,9 +252,9 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unread"][afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl),
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState])[afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl) {
   background-position: left bottom, 30px bottom, right bottom;
-  background-size: 30px 100%, calc(100% - (1 * 30px)) 100%, 0% 0%;
+  background-size: 30px 100%, calc(100% - (1 * 30px)) 100%, 0 0;
   border-radius: 0 16px 20px 0;
-  margin-right: 0px;
+  margin-right: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(ltr),
@@ -265,5 +265,5 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([visuallyselected="true"]):not([tabmix_tabState])[afterselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(rtl) {
   border-right: 2px solid rgba(26, 26, 26, 0.25);
   border-radius: 0 16px 20px 0;
-  margin-right: 0px;
+  margin-right: 0;
 }
diff --git a/chrome/skin/app_version/all/mac/browser.css b/chrome/skin/app_version/all/mac/browser.css
index d92b00d..b0406a4 100644
--- a/chrome/skin/app_version/all/mac/browser.css
+++ b/chrome/skin/app_version/all/mac/browser.css
@@ -17,7 +17,7 @@
 #TabsToolbar[tabmix-show-newtabbutton="aftertabs"] >
     #tabbrowser-tabs[flowing="multibar"] > .tabbrowser-arrowscrollbox >
     .tabs-newtab-button[command="cmd_newNavigatorTab"]  .toolbarbutton-icon {
-  margin: -2px 0px;
+  margin: -2px 0;
 }
 
 /* override some rules for toolbarbutton-1 and tabs-closebutton */
diff --git a/chrome/skin/app_version/all/mac/progress.css b/chrome/skin/app_version/all/mac/progress.css
index 6e29ac8..d62f0e5 100644
--- a/chrome/skin/app_version/all/mac/progress.css
+++ b/chrome/skin/app_version/all/mac/progress.css
@@ -8,7 +8,7 @@
 /* :::: progress bar on tabs :::: */
 .tab-progress {
   -moz-appearance: none;
-  min-height: 0px;
+  min-height: 0;
   height: 4px;
 }
 
@@ -22,7 +22,7 @@
 
 .tabbrowser-tabs[tabmix_australis="true"]:not([treestyletab-mode="vertical"])
     > .tabbrowser-tab > .tab-stack > .tab-progress-container > .tab-progress {
-  margin: 4px 7px 0px 7px;
+  margin: 4px 7px 0 7px;
 }
 
 .tab-progress > .progress-bar {
diff --git a/chrome/skin/app_version/all/win/browser.css b/chrome/skin/app_version/all/win/browser.css
index d6a3a96..4abc165 100644
--- a/chrome/skin/app_version/all/win/browser.css
+++ b/chrome/skin/app_version/all/win/browser.css
@@ -37,7 +37,7 @@
 }
 
 #tabmixScrollBox[flowing=scrollbutton] > .scrollbutton-up[disabled] {
-  border-right: 0px;
+  border-right: 0;
 }
 
 #TabsToolbar[multibar] .toolbarbutton-1:not([disabled]):hover,
@@ -50,7 +50,7 @@
                     linear-gradient(transparent, rgba(0,0,0,.25) 30%),
                     linear-gradient(transparent, rgba(0,0,0,.15) 100%),
                     linear-gradient(transparent, rgba(0,0,0,.25) 30%);
-  background-position: 1px 1px, 0pt 0px, 100% 0px, 0px 0pt, 0px 100%;
+  background-position: 1px 1px, 0 0, 100% 0, 0 0, 0 100%;
   background-size: calc(100% - 2px) calc(100% - 2px), 1px calc(100% - 1px), 1px calc(100% - 1px), 100% 1px, 100% 1px;
   background-repeat: no-repeat;
 }
diff --git a/chrome/skin/app_version/all/win/progress.css b/chrome/skin/app_version/all/win/progress.css
index e74b5be..50cebdd 100644
--- a/chrome/skin/app_version/all/win/progress.css
+++ b/chrome/skin/app_version/all/win/progress.css
@@ -8,12 +8,12 @@
 /* :::: progress bar on tabs :::: */
 .tabbrowser-tabs[tabmix_australis="true"]:not([treestyletab-mode="vertical"])
     > .tabbrowser-tab > .tab-stack > .tab-progress-container > .tab-progress {
-  margin: 4px 7px 0px 7px;
+  margin: 4px 7px 0 7px;
 }
 
 .tab-progress {
   -moz-appearance: none;
-  min-height: 0px;
+  min-height: 0;
   height: 4px;
   border: 0;
   margin-top: -4px;
diff --git a/chrome/skin/app_version/before39.0/tabStyles.css b/chrome/skin/app_version/before39.0/tabStyles.css
index 427a05d..af25cb5 100644
--- a/chrome/skin/app_version/before39.0/tabStyles.css
+++ b/chrome/skin/app_version/before39.0/tabStyles.css
@@ -143,14 +143,14 @@
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-end,
 #tabbrowser-tabs[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unread"]:not(:hover) > .tab-stack > .tab-background > .tab-background-end,
 #tabbrowser-tabs[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState]):not(:hover) > .tab-stack > .tab-background > .tab-background-end {
-  width: 0px !important;
+  width: 0 !important;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background,
 #tabbrowser-tabs[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unread"]:not(:hover) > .tab-stack > .tab-background,
 #tabbrowser-tabs[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState]):not(:hover) > .tab-stack > .tab-background {
-  -moz-margin-start: 0px;
-  -moz-margin-end: 0px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 0;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-middle,
@@ -217,7 +217,7 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before,
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unread"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before,
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-end::before {
-  width: 0px !important;
+  width: 0 !important;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"][afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(ltr),
@@ -227,9 +227,9 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unread"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl),
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl) {
   background-position: left bottom, left bottom, right bottom;
-  background-size: 0% 0%, calc(100% - (1 * 30px)) 100%, 30px 100%;
+  background-size: 0 0, calc(100% - (1 * 30px)) 100%, 30px 100%;
   border-radius: 16px 0 0 20px;
-  margin-left: 0px;
+  margin-left: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"][afterselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(ltr),
@@ -240,7 +240,7 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState])[tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(rtl) {
   border-left: 2px solid rgba(26 ,26, 26, 0.25);
   border-radius: 16px 0 0 20px;
-  margin-left: 0px;
+  margin-left: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(ltr),
@@ -250,9 +250,9 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_unreadStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unread"][afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl),
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState])[afterselected-visible="true"]:hover > .tab-stack > .tab-background:-moz-locale-dir(rtl) {
   background-position: left bottom, 30px bottom, right bottom;
-  background-size: 30px 100%, calc(100% - (1 * 30px)) 100%, 0% 0%;
+  background-size: 30px 100%, calc(100% - (1 * 30px)) 100%, 0 0;
   border-radius: 0 16px 20px 0;
-  margin-right: 0px;
+  margin-right: 0;
 }
 
 #tabbrowser-tabs:not([movingtab])[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab:not([selected="true"])[tabmix_tabState="unloaded"][tabmix-beforeselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(ltr),
@@ -263,5 +263,5 @@
 #tabbrowser-tabs:not([movingtab])[tabmix_otherStyle~="aus"] > .tabbrowser-tab:not([selected="true"]):not([tabmix_tabState])[afterselected-visible="true"]:hover > .tab-stack > .tab-background > .tab-background-middle:-moz-locale-dir(rtl) {
   border-right: 2px solid rgba(26, 26, 26, 0.25);
   border-radius: 0 16px 20px 0;
-  margin-right: 0px;
+  margin-right: 0;
 }
diff --git a/chrome/skin/general.css b/chrome/skin/general.css
index 44165cb..a850207 100644
--- a/chrome/skin/general.css
+++ b/chrome/skin/general.css
@@ -13,8 +13,8 @@
 
 /* override some rules for toolbarbutton-1 and tabs-closebutton*/
 #TabsToolbar > .tabs-closebutton > .toolbarbutton-icon {
-  -moz-padding-end: 0px !important;
-  -moz-padding-start: 0px !important;
+  -moz-padding-end: 0 !important;
+  -moz-padding-start: 0 !important;
 }
 
 /* for tabs close button on Firefox 31+ */
@@ -60,8 +60,8 @@
 
 /* :::: Space on tab bar :::: */
 .tabbrowser-tabs[tabBarSpace] > .tabbrowser-arrowscrollbox {
-  -moz-margin-start: 0px;
-  -moz-margin-end: 0px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 0;
   -moz-padding-start: 15px;
   -moz-padding-end: 15px;
 }
diff --git a/chrome/skin/preferences.css b/chrome/skin/preferences.css
index 6180b80..343a798 100644
--- a/chrome/skin/preferences.css
+++ b/chrome/skin/preferences.css
@@ -14,7 +14,7 @@ radio[pane] {
 }
 
 radio[pane=paneLinks] {
-  -moz-image-region: rect(0px 24px 24px 0px);
+  -moz-image-region: rect(0px 24px 24px 0);
 }
 radio[pane=paneEvents] {
   -moz-image-region: rect(0px 48px 24px 24px)
@@ -30,7 +30,7 @@ radio[pane=paneMenu] {
 }
 radio[pane=paneSession] {
   list-style-image: url(sessionmanager.png);
-  -moz-image-region: rect(0px 24px 24px 0px);
+  -moz-image-region: rect(0px 24px 24px 0);
 }
 
 radio[pane=paneIncompatible] {
@@ -47,7 +47,7 @@ radio[pane=paneIncompatible][show=true] {
   -moz-appearance: none;
   margin: 0;
   min-width: 20px;
-  border: 0px solid transparent;
+  border: 0 solid transparent;
   background-color: transparent;
   color: transparent;
 }
@@ -93,8 +93,8 @@ tabpanel {
 }
 
 .bottom-separator {
-  height: 0px !important;
-  margin-bottom: 0px !important;
+  height: 0 !important;
+  margin-bottom: 0 !important;
 }
 
 .subtabs .tab-text {
@@ -198,7 +198,7 @@ tabbox > tabs {
 }
 
 .extraIcons .checkbox-icon {
-  padding: 2px 0px 2px 0px;
+  padding: 2px 0 2px 0;
   -moz-margin-end: 3px;
 }
 
@@ -237,7 +237,7 @@ prefpane > tabbox {
 
 tabbox {
   -moz-box-flex: 1;
-  padding: 0px 1px;
+  padding: 0 1px;
 }
 
 tabbox > tabpanels {
@@ -299,5 +299,5 @@ tabbox > tabpanels {
 }
 
 .menu checkbox {
-  padding-top: 0px;
+  padding-top: 0;
 }
diff --git a/chrome/skin/preferencesOverlay.css b/chrome/skin/preferencesOverlay.css
index bbbb71f..618e22f 100644
--- a/chrome/skin/preferencesOverlay.css
+++ b/chrome/skin/preferencesOverlay.css
@@ -3,15 +3,15 @@
 }
 
 .tabmixplus-button .button-icon {
-  margin-top: 0px;
-  margin-bottom: 0px;
-  -moz-margin-start: 0px;
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 0;
   -moz-margin-end: 5px;
 }
 
 #startupGroup > hbox > .tabmixplus-button {
-  margin-top: 0px;
-  margin-bottom: 0px;
+  margin-top: 0;
+  margin-bottom: 0;
 }
 
 #whenBrowserStartBox {
diff --git a/chrome/skin/shortcuts.css b/chrome/skin/shortcuts.css
index c3a1e24..1589888 100644
--- a/chrome/skin/shortcuts.css
+++ b/chrome/skin/shortcuts.css
@@ -60,7 +60,7 @@ shortcut:not([value]) .shortcut-image[anonid="disable"] {
 
 .shortcut-content {
   height: 24px;
-  margin: 1px 0px;
+  margin: 1px 0;
 }
 
 .shortcut-notificationbox,
@@ -104,7 +104,7 @@ shortcut[used="true"] > .shortcut-content > .shortcut-edit-box > * > .textbox-in
 }
 
 .shortcut-content > * > .text-link {
-  margin-bottom: 0px;
+  margin-bottom: 0;
 }
 
 #shortcuts-panel[hide-unused-shortcuts="true"] shortcut:not([value]) + hbox,
diff --git a/chrome/skin/tab.css b/chrome/skin/tab.css
index 20529a5..6c4de6f 100644
--- a/chrome/skin/tab.css
+++ b/chrome/skin/tab.css
@@ -103,7 +103,7 @@ toolbar[iconsize=small] #btn_undoclose:hover, .closedtabs-icon:hover > .menu-ico
 #main-window:not([customizing]) toolbar[iconsize=small] #btn_undoclose[disabled=true], .closedtabs-icon[disabled=true] > .menu-iconic-left{ -moz-image-region: rect(32px 40px 48px 24px); }
 
 #btn_undoclose[type=menu-button] .toolbarbutton-icon {
-   margin-right: 0px;
+   margin-right: 0;
 }
 
 #btn_undoclose[type=menu-button] .toolbarbutton-menubutton-button{
@@ -188,21 +188,21 @@ toolbar[mode="full"] .tabmix-button[type="menu"] {
 .tabbrowser-tabs[tabmix_skin="phoenityaura"][multibar] > .tabbrowser-tab {
   height: 22px;
   max-height: 22px;
-  margin: 1px 0px 1px;
+  margin: 1px 0 1px;
 }
 
 .tabbrowser-tabs[tabmix_skin="CrystalFox"][multibar] > .tabbrowser-tab:not([selected="true"]):hover,
 .tabbrowser-tabs[tabmix_skin="phoenityaura"][multibar] > .tabbrowser-tab:not([selected="true"]):hover {
   height: 23px;
   max-height: 23px;
-  margin: 0px 0px 1px;
+  margin: 0 0 1px;
 }
 
 .tabbrowser-tabs[tabmix_skin="CrystalFox"][multibar] > .tabbrowser-tab[selected="true"],
 .tabbrowser-tabs[tabmix_skin="phoenityaura"][multibar] > .tabbrowser-tab[selected="true"] {
   height: 24px;
   max-height: 24px;
-  margin: 0px 0px 0px;
+  margin: 0 0 0;
 }
 
 .tabbrowser-tabs[tabmix_skin="CrystalFox"][multibar] .tabs-frame,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list