[Rt-commit] rt branch, 4.6/tweak-elevator-themes, updated. rt-4.4.4-412-g6fbd1396e
? sunnavy
sunnavy at bestpractical.com
Fri Sep 27 08:51:14 EDT 2019
The branch, 4.6/tweak-elevator-themes has been updated
via 6fbd1396ec485ccc4e0e2a820e3ff041277cda85 (commit)
from 6315cdf062242f613dd79b3830508c1a92fad2d4 (commit)
Summary of changes:
.../html/NoAuth/css/base-responsive/farbtastic.css | 51 ----------------------
share/html/NoAuth/css/base/farbtastic.css | 51 ----------------------
2 files changed, 102 deletions(-)
delete mode 100644 share/html/NoAuth/css/base-responsive/farbtastic.css
delete mode 100644 share/html/NoAuth/css/base/farbtastic.css
- Log -----------------------------------------------------------------
commit 6fbd1396ec485ccc4e0e2a820e3ff041277cda85
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Sep 27 20:49:43 2019 +0800
Drop obsolete farbtastic.css in share/html/NoAuth/css
diff --git a/share/html/NoAuth/css/base-responsive/farbtastic.css b/share/html/NoAuth/css/base-responsive/farbtastic.css
deleted file mode 100644
index d0601ecdd..000000000
--- a/share/html/NoAuth/css/base-responsive/farbtastic.css
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Farbtastic Color Picker 1.2
- * © 2008 Steven Wittens
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-.farbtastic {
- position: relative;
-}
-.farbtastic * {
- position: absolute;
- cursor: crosshair;
-}
-.farbtastic, .farbtastic .wheel {
- width: 195px;
- height: 195px;
-}
-.farbtastic .color, .farbtastic .overlay {
- top: 47px;
- left: 47px;
- width: 101px;
- height: 101px;
-}
-.farbtastic .wheel {
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/wheel.png) no-repeat;
- width: 195px;
- height: 195px;
-}
-.farbtastic .overlay {
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/mask.png) no-repeat;
-}
-.farbtastic .marker {
- width: 17px;
- height: 17px;
- margin: -8px 0 0 -8px;
- overflow: hidden;
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/marker.png) no-repeat;
-}
-
diff --git a/share/html/NoAuth/css/base/farbtastic.css b/share/html/NoAuth/css/base/farbtastic.css
deleted file mode 100644
index d0601ecdd..000000000
--- a/share/html/NoAuth/css/base/farbtastic.css
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Farbtastic Color Picker 1.2
- * © 2008 Steven Wittens
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-.farbtastic {
- position: relative;
-}
-.farbtastic * {
- position: absolute;
- cursor: crosshair;
-}
-.farbtastic, .farbtastic .wheel {
- width: 195px;
- height: 195px;
-}
-.farbtastic .color, .farbtastic .overlay {
- top: 47px;
- left: 47px;
- width: 101px;
- height: 101px;
-}
-.farbtastic .wheel {
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/wheel.png) no-repeat;
- width: 195px;
- height: 195px;
-}
-.farbtastic .overlay {
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/mask.png) no-repeat;
-}
-.farbtastic .marker {
- width: 17px;
- height: 17px;
- margin: -8px 0 0 -8px;
- overflow: hidden;
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/marker.png) no-repeat;
-}
-
-----------------------------------------------------------------------
More information about the rt-commit
mailing list