aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/default-style-presets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/presets/default-style-presets.js')
-rw-r--r--js/panels/presets/default-style-presets.js11
1 files changed, 5 insertions, 6 deletions
diff --git a/js/panels/presets/default-style-presets.js b/js/panels/presets/default-style-presets.js
index 10b24ff4..82bec34f 100644
--- a/js/panels/presets/default-style-presets.js
+++ b/js/panels/presets/default-style-presets.js
@@ -11,9 +11,9 @@ exports.stylePresets = {
11 "children": [ 11 "children": [
12 { 12 {
13 "text": "Border-Radius", 13 "text": "Border-Radius",
14 "id": "njBorderRadius",
15 "selectorBase" : "border-radius-preset", 14 "selectorBase" : "border-radius-preset",
16 "rules" : [{ 15 "rules" : [{
16 "selectorSuffix" : "",
17 "styles" : { 17 "styles" : {
18 "border-radius": "100px", 18 "border-radius": "100px",
19 "border" : "1px solid #333" 19 "border" : "1px solid #333"
@@ -22,9 +22,9 @@ exports.stylePresets = {
22 }, 22 },
23 { 23 {
24 "text": "Drop Shadow", 24 "text": "Drop Shadow",
25 "id": "njDropShadow",
26 "selectorBase" : "drop-shadow", 25 "selectorBase" : "drop-shadow",
27 "rules" : [{ 26 "rules" : [{
27 "selectorSuffix" : "",
28 "styles" : { 28 "styles" : {
29 "box-shadow": "2px 2px 50px rgba(0,0,0,0.5)", 29 "box-shadow": "2px 2px 50px rgba(0,0,0,0.5)",
30 "border" : "1px solid #CCC" 30 "border" : "1px solid #CCC"
@@ -33,10 +33,9 @@ exports.stylePresets = {
33 }, 33 },
34 { 34 {
35 "text": "Fancy Box", 35 "text": "Fancy Box",
36 "id": "njFancyBox",
37 "selectorBase" : "fancy-box", 36 "selectorBase" : "fancy-box",
38 "rules" : [{ 37 "rules" : [{
39 "selectorSuffix": "", 38 "selectorSuffix" : "",
40 "styles" : { 39 "styles" : {
41 "box-shadow": "inset 0 0 0 1px #666, inset 0 0 0 2px rgba(225, 225, 225, 0.4), 0 0 20px -10px #333", 40 "box-shadow": "inset 0 0 0 1px #666, inset 0 0 0 2px rgba(225, 225, 225, 0.4), 0 0 20px -10px #333",
42 "border" : "1px solid #FFF", 41 "border" : "1px solid #FFF",
@@ -51,9 +50,9 @@ exports.stylePresets = {
51 "children": [ 50 "children": [
52 { 51 {
53 "text": "Italic", 52 "text": "Italic",
54 "id": "njItalic",
55 "selectorBase" : "italicize", 53 "selectorBase" : "italicize",
56 "rules" : [{ 54 "rules" : [{
55 "selectorSuffix" : "",
57 "styles" : { 56 "styles" : {
58 "font-style": "italic" 57 "font-style": "italic"
59 } 58 }
@@ -61,9 +60,9 @@ exports.stylePresets = {
61 }, 60 },
62 { 61 {
63 "text": "Text Shadow", 62 "text": "Text Shadow",
64 "id": "njTextShadow",
65 "selectorBase" : "italicize", 63 "selectorBase" : "italicize",
66 "rules" : [{ 64 "rules" : [{
65 "selectorSuffix" : "",
67 "styles" : { 66 "styles" : {
68 "text-shadow": "1px 1px 3px #333" 67 "text-shadow": "1px 1px 3px #333"
69 } 68 }