[Mapbender-commits] r9238 - trunk/mapbender/http/extensions

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 3 07:11:14 PDT 2015


Author: syed
Date: 2015-07-03 07:11:14 -0700 (Fri, 03 Jul 2015)
New Revision: 9238

Modified:
   trunk/mapbender/http/extensions/spectrum.css
Log:
add new version of spectrum.css

Modified: trunk/mapbender/http/extensions/spectrum.css
===================================================================
--- trunk/mapbender/http/extensions/spectrum.css	2015-07-03 14:11:06 UTC (rev 9237)
+++ trunk/mapbender/http/extensions/spectrum.css	2015-07-03 14:11:14 UTC (rev 9238)
@@ -1,5 +1,5 @@
 /***
-Spectrum Colorpicker v1.7.0
+Spectrum Colorpicker v1.3.4
 https://github.com/bgrins/spectrum
 Author: Brian Grinstead
 License: MIT
@@ -134,9 +134,6 @@
 .sp-container.sp-buttons-disabled .sp-button-container {
     display: none;
 }
-.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
-    display: none;
-}
 .sp-palette-only .sp-picker-container {
     display: none;
 }
@@ -177,7 +174,6 @@
     background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
     background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
-    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
 }
 
 /* IE filters do not support multiple color stops.
@@ -259,17 +255,20 @@
     border: solid 1px #f0c49B;
     padding: 0;
 }
-.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
+.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear
+{
     font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
 }
-.sp-top {
+.sp-top
+{
     margin-bottom: 3px;
 }
-.sp-color, .sp-hue, .sp-clear {
+.sp-color, .sp-hue, .sp-clear
+{
     border: solid 1px #666;
 }
 
@@ -295,31 +294,31 @@
 .sp-input:focus  {
     border: 1px solid orange;
 }
-.sp-input.sp-validation-error {
+.sp-input.sp-validation-error
+{
     border: 1px solid red;
     background: #fdd;
 }
-.sp-picker-container , .sp-palette-container {
+.sp-picker-container , .sp-palette-container
+{
     float:left;
     position: relative;
     padding: 10px;
     padding-bottom: 300px;
     margin-bottom: -290px;
 }
-.sp-picker-container {
+.sp-picker-container
+{
     width: 172px;
     border-left: solid 1px #fff;
 }
 
 /* Palettes */
-.sp-palette-container {
+.sp-palette-container
+{
     border-right: solid 1px #ccc;
 }
 
-.sp-palette-only .sp-palette-container {
-    border: 0;
-}
-
 .sp-palette .sp-thumb-el {
     display: block;
     position:relative;
@@ -333,12 +332,14 @@
 .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
     border-color: orange;
 }
-.sp-thumb-el {
+.sp-thumb-el
+{
     position:relative;
 }
 
 /* Initial */
-.sp-initial {
+.sp-initial
+{
     float: left;
     border: solid 1px #333;
 }
@@ -356,7 +357,6 @@
 }
 
 /* Buttons */
-.sp-palette-button-container,
 .sp-button-container {
     float: right;
 }
@@ -391,7 +391,8 @@
     float:left;
     font-size:10px;
 }
-.sp-preview {
+.sp-preview
+{
     position:relative;
     width:25px;
     height: 20px;
@@ -401,18 +402,21 @@
     z-index: 0;
 }
 
-.sp-palette {
+.sp-palette
+{
     *width: 220px;
     max-width: 220px;
 }
-.sp-palette .sp-thumb-el {
+.sp-palette .sp-thumb-el
+{
     width:16px;
     height: 16px;
     margin:2px 1px;
     border: solid 1px #d0d0d0;
 }
 
-.sp-container {
+.sp-container
+{
     padding-bottom:0;
 }
 
@@ -457,7 +461,8 @@
     -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
     box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
 }
-.sp-cancel {
+.sp-cancel
+{
     font-size: 11px;
     color: #d93f3f !important;
     margin:0;
@@ -467,36 +472,43 @@
     text-decoration:none;
 
 }
-.sp-cancel:hover {
+.sp-cancel:hover
+{
     color: #d93f3f !important;
     text-decoration: underline;
 }
 
 
-.sp-palette span:hover, .sp-palette span.sp-thumb-active {
+.sp-palette span:hover, .sp-palette span.sp-thumb-active
+{
     border-color: #000;
 }
 
-.sp-preview, .sp-alpha, .sp-thumb-el {
+.sp-preview, .sp-alpha, .sp-thumb-el
+{
     position:relative;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
 }
-.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
+.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner
+{
     display:block;
     position:absolute;
     top:0;left:0;bottom:0;right:0;
 }
 
-.sp-palette .sp-thumb-inner {
+.sp-palette .sp-thumb-inner
+{
     background-position: 50% 50%;
     background-repeat: no-repeat;
 }
 
-.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
+.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner
+{
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
 }
 
-.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
+.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner
+{
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
 }
 



More information about the Mapbender_commits mailing list