This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 5289d34 jewel-themes: remove !important in font sizes to be more
flexible when trying to override this values. This change also fix Alert size
in text body that was smaller than it should be
5289d34 is described below
commit 5289d343bdb00aaabaa568bf0697dfaa1bff481b
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Oct 18 10:27:54 2019 +0200
jewel-themes: remove !important in font sizes to be more flexible when
trying to override this values. This change also fix Alert size in text body
that was smaller than it should be
---
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
.../src/main/resources/defaults.css | 10 +++++-----
frameworks/themes/JewelTheme/src/main/resources/defaults.css | 10 +++++-----
frameworks/themes/JewelTheme/src/main/sass/_global.sass | 10 +++++-----
74 files changed, 370 insertions(+), 370 deletions(-)
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
index 077d90b..6c249c7 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
index 8594770..4419eac 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
index 5869362..c997302 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
index 61b506c..e858b3a 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
index 0a8fd7e..16d7ee1 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
index a52440d..7f74b04 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
index 7037e6f..cf156ee 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
index f8608e1..8212036 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
index 3c2f48e..3b478e6 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
index 9bd09fb..28338e4 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
index 6dd0598..2ef1496 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
index 03a2503..931e563 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
index 7f2399e..2372bb3 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
index a340c02..ec9c6c7 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
index 9df0320..24bce58 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
index 8c7c9e4..c3683c6 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
index 70fdf97..cfa7586 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
index eaca782..91979d6 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
index 7805a0f..b67f75c 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
index ab142d3..5b5f494 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
index e1220ba..20556ec 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
index 17b34ed..ad01ea2 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
index d173c47..fb3415a 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
index f216d2c..6d5e1e3 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
index 85bedcc..51f6691 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
index 5961d6e..0ca3057 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
index 50f0357..acb4fa0 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
index 93b9c84..fb047ee 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
index a9d55d4..f6b0e2b 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
index dd8f712..4c0c987 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
index ea6462d..ea819a8 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
index 44dc308..5d0cede 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
index ab57fcf..8c528db 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
index a31677a..ccd185d 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
index 8967321..2175af8 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
index 6249971..d1b6007 100644
---
a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
index ed68e68..d3e487b 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
index d6d8176..5d529d3 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
index f854870..509cd60 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
index 7aa0bd4..bda9bb5 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
index 09375c2..cf8e173 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
index 76b2936..c986144 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
index d06a73d..51f3800 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
index 749837b..158439b 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
index c9f0c41..029c1c9 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
index 8b555e4..72e3c4e 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
index b4d6592..27805e5 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
index a8676e7..5697575 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
index 7564809..218cf4b 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
index 186db30..f014bf4 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
index 4759303..23ab0fd 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
index 24935b8..3df75ab 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
index 90afdc8..7723ca5 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
index adb9651..85b2914 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
index f83c831..ea75c7a 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
index d819569..ca71dc2 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
index 5f2f623..0314db3 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
index b16c1ad..c53083b 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
index a820704..1e2cc33 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
index 374e804..7a8ef1f 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
index 4688ea6..52701b2 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
index 63688dc..768d486 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
index ff33cb6..e241af5 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
index 987c0ee..687d034 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
index 959a715..357a813 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
index d2fd5cc..689da7c 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
index e0a3eb8..8531676 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
index 8b61ed4..8c4dd22 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
index 0c645f1..b58fa49 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
index f616841..50018b8 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
index 3f71637..8d81cd8 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
index 6998ee0..79a19bb 100644
---
a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
+++
b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
index cbc8826..b0ed671 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
+++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
@@ -65,23 +65,23 @@ hr {
}
.jewel.xsmall {
- font-size: 0.6em !important;
+ font-size: 0.6em;
}
.jewel.small {
- font-size: 0.8em !important;
+ font-size: 0.8em;
}
.jewel {
- font-size: 1em !important;
+ font-size: 1em;
}
.jewel.large {
- font-size: 1.2em !important;
+ font-size: 1.2em;
}
.jewel.xlarge {
- font-size: 1.4em !important;
+ font-size: 1.4em;
}
.jewel.imagebutton {
diff --git a/frameworks/themes/JewelTheme/src/main/sass/_global.sass
b/frameworks/themes/JewelTheme/src/main/sass/_global.sass
index fe2b2a0..0330d1e 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/_global.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/_global.sass
@@ -61,23 +61,23 @@ hr
//Sizes for Button, TextInput, Icons and other controls
.jewel.xsmall
font:
- size: $font-size-xsmall !important
+ size: $font-size-xsmall
.jewel.small
font:
- size: $font-size-small !important
+ size: $font-size-small
.jewel
font:
- size: $font-size !important
+ size: $font-size
.jewel.large
font:
- size: $font-size-large !important
+ size: $font-size-large
.jewel.xlarge
font:
- size: $font-size-xlarge !important
+ size: $font-size-xlarge
.jewel.imagebutton
outline: 0
\ No newline at end of file