[Pkg-mozext-commits] [tabmixplus] 57/73: Fix Webstorm inspection errors - the inspection detects float values of pixel lengths

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:56 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 9559d72194b774a70580ed2eee3ad6c6a4e9c36e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Apr 20 20:42:17 2016 +0300

    Fix Webstorm inspection errors - the inspection detects float values of pixel lengths
---
 chrome/skin/app_version/39.0/tabStyles.css       | 2 +-
 chrome/skin/app_version/before39.0/tabStyles.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/skin/app_version/39.0/tabStyles.css b/chrome/skin/app_version/39.0/tabStyles.css
index ac99788..9e9e803 100644
--- a/chrome/skin/app_version/39.0/tabStyles.css
+++ b/chrome/skin/app_version/39.0/tabStyles.css
@@ -162,7 +162,7 @@
   border-bottom: none;
   -moz-margin-start: -1px;
   -moz-margin-end: -1px;
-  border-radius: 13.25px 13.25px 0 0;
+  border-radius: 13px 13px 0 0;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab[first-visible-tab]:not([visuallyselected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-middle,
diff --git a/chrome/skin/app_version/before39.0/tabStyles.css b/chrome/skin/app_version/before39.0/tabStyles.css
index af25cb5..2908958 100644
--- a/chrome/skin/app_version/before39.0/tabStyles.css
+++ b/chrome/skin/app_version/before39.0/tabStyles.css
@@ -160,7 +160,7 @@
   border-bottom: none;
   -moz-margin-start: -1px;
   -moz-margin-end: -1px;
-  border-radius: 13.25px 13.25px 0 0;
+  border-radius: 13px 13px 0 0;
 }
 
 #tabbrowser-tabs[tabmix_unloadedStyle~="aus"] > .tabbrowser-tab[first-visible-tab]:not([selected="true"])[tabmix_tabState="unloaded"]:not(:hover) > .tab-stack > .tab-background > .tab-background-middle,

-- 
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