nodebb-plugin-mega-colors
Advanced tools
@@ -6,3 +6,3 @@ .colorpicker { | ||
| position: absolute; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_background.png); | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_background.png); | ||
| font-family: Arial, Helvetica, sans-serif; | ||
@@ -28,3 +28,3 @@ display: none; | ||
| height: 150px; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_overlay.png); | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_overlay.png); | ||
| } | ||
@@ -38,3 +38,3 @@ .colorpicker_color div div { | ||
| overflow: hidden; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_select.gif); | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_select.gif); | ||
| margin: -5px 0 0 -5px; | ||
@@ -55,3 +55,3 @@ } | ||
| overflow: hidden; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_indic.gif) left top; | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_indic.gif) left top; | ||
| margin: -4px 0 0 0; | ||
@@ -94,3 +94,3 @@ left: 0px; | ||
| height: 22px; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_hex.png) top; | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_hex.png) top; | ||
| left: 212px; | ||
@@ -118,3 +118,3 @@ top: 142px; | ||
| .colorpicker_rgb_r { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_rgb_r.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_rgb_r.png); | ||
| top: 52px; | ||
@@ -124,3 +124,3 @@ left: 212px; | ||
| .colorpicker_rgb_g { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_rgb_g.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_rgb_g.png); | ||
| top: 82px; | ||
@@ -130,3 +130,3 @@ left: 212px; | ||
| .colorpicker_rgb_b { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_rgb_b.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_rgb_b.png); | ||
| top: 112px; | ||
@@ -136,3 +136,3 @@ left: 212px; | ||
| .colorpicker_hsb_h { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_hsb_h.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_hsb_h.png); | ||
| top: 52px; | ||
@@ -142,3 +142,3 @@ left: 282px; | ||
| .colorpicker_hsb_s { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_hsb_s.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_hsb_s.png); | ||
| top: 82px; | ||
@@ -148,3 +148,3 @@ left: 282px; | ||
| .colorpicker_hsb_b { | ||
| background-image: url(/plugins/nodebb-plugin-color/images/colorpicker_hsb_b.png); | ||
| background-image: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_hsb_b.png); | ||
| top: 112px; | ||
@@ -157,3 +157,3 @@ left: 282px; | ||
| height: 22px; | ||
| background: url(/plugins/nodebb-plugin-color/images/colorpicker_submit.png) top; | ||
| background: url(/plugins/nodebb-plugin-mega-colors/images/colorpicker_submit.png) top; | ||
| left: 322px; | ||
@@ -160,0 +160,0 @@ top: 142px; |
+1
-1
| { | ||
| "name": "nodebb-plugin-mega-colors", | ||
| "version": "0.10.16", | ||
| "version": "0.10.17", | ||
| "nbbpm": { | ||
@@ -5,0 +5,0 @@ "compatibility": "^0.7.1 || ^0.8.0 || ^0.9.0 || ^1.0.0" |
55836
0.13%