updated jPicker to 1.0.8
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@257 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
After Width: | Height: | Size: 424 B |
After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 6.1 KiB |
|
@ -64,7 +64,7 @@ div[class="jPicker_ColorMap"] {
|
||||||
height: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */
|
height: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */
|
||||||
width: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */
|
width: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */
|
||||||
}
|
}
|
||||||
.jPicker_ColorMap_l1, .jPicker_ColorMap_l2, .jPicker_ColorMap_l3, .jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3, .jPicker_ColorBar_l4, .jPicker_AlphaBar_l1, .jPicker_AlphaBar_l2 {
|
.jPicker_ColorMap_l1, .jPicker_ColorMap_l2, .jPicker_ColorMap_l3, .jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3, .jPicker_ColorBar_l4, .jPicker_ColorBar_l5, .jPicker_AlphaBar_l1, .jPicker_AlphaBar_l2 {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -103,9 +103,15 @@ div[class="jPicker_ColorBar"] {
|
||||||
.jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3 {
|
.jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3 {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.jPicker_ColorBar_l4 {
|
.jPicker_ColorBar_l4 {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
}
|
||||||
|
.jPicker_ColorBar_l5 {
|
||||||
|
background-color: transparent;
|
||||||
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
.jPicker_ColorBar_Arrow {
|
.jPicker_ColorBar_Arrow {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -173,7 +179,7 @@ div[class="jPicker_AlphaBar"] {
|
||||||
.jPicker_Spacer {
|
.jPicker_Spacer {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.jPicker_RadioText {
|
.jPicker_HueText, .jPicker_SaturationText, .jPicker_BrightnessText, .jPicker_RedText, .jPicker_GreenText, .jPicker_BlueText, .jPicker_AlphaText {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px inset #aaa;
|
border: 1px inset #aaa;
|
||||||
margin: 0px 0px 0px 5px;
|
margin: 0px 0px 0px 5px;
|
||||||
|
@ -182,7 +188,7 @@ div[class="jPicker_AlphaBar"] {
|
||||||
.jPicker_EnterHex {
|
.jPicker_EnterHex {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.jPicker_Hex {
|
.jPicker_HexText {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px inset #aaa;
|
border: 1px inset #aaa;
|
||||||
margin: 0px 19px 0px 5px;
|
margin: 0px 19px 0px 5px;
|
||||||
|
|