Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Small widgets styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Mar 12, 2018
1 parent 524dea0 commit 3a4cd2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/System/meta.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"package" : "System", "package" : "System",
"category" : "modules", "category" : "modules",
"version" : "7.69.1+build-2695", "version" : "7.69.2+build-2696",
"description" : "Base system module of CleverStyle Framework", "description" : "Base system module of CleverStyle Framework",
"author" : "Nazar Mokrynskyi", "author" : "Nazar Mokrynskyi",
"website" : "cleverstyle.org/Framework", "website" : "cleverstyle.org/Framework",
Expand Down
8 changes: 4 additions & 4 deletions themes/CleverStyle/html/widgets styling.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
}; };


--cs-label-button-active: { --cs-label-button-active: {
background-color : var(--background-color-base); color : var(--button-active-color) !important;
color : var(--text-color-base); background : var(--button-active-background) !important;
}; };


--cs-label-button-primary: { --cs-label-button-primary: {
Expand All @@ -150,8 +150,8 @@
}; };


--cs-label-button-primary-active: { --cs-label-button-primary-active: {
background-color : var(--button-background-color-primary); color : var(--button-text-color-primary) !important;
color : var(--button-text-color-primary); background : var(--button-background-color-primary) !important;
}; };


--cs-label-button: { --cs-label-button: {
Expand Down
8 changes: 4 additions & 4 deletions themes/DarkEnergy/html/widgets styling.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
}; };


--cs-label-button-active: { --cs-label-button-active: {
background-color : var(--background-color-base); color : var(--button-active-color) !important;
color : var(--text-color-base); background : var(--button-active-background) !important;
}; };


--cs-label-button-primary: { --cs-label-button-primary: {
Expand All @@ -154,8 +154,8 @@
}; };


--cs-label-button-primary-active: { --cs-label-button-primary-active: {
background-color : var(--button-background-color-primary); color : var(--button-text-color-primary) !important;
color : var(--button-text-color-primary); background : var(--button-background-color-primary) !important;
}; };


--cs-label-button: { --cs-label-button: {
Expand Down
2 changes: 1 addition & 1 deletion themes/DarkEnergy/meta.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"package" : "DarkEnergy", "package" : "DarkEnergy",
"category" : "themes", "category" : "themes",
"version" : "2.24.1+build-64", "version" : "2.24.2+build-65",
"description" : "Dark responsive theme for CleverStyle Framework", "description" : "Dark responsive theme for CleverStyle Framework",
"author" : "Nazar Mokrynskyi", "author" : "Nazar Mokrynskyi",
"website" : "cleverstyle.org/Framework", "website" : "cleverstyle.org/Framework",
Expand Down

0 comments on commit 3a4cd2f

Please sign in to comment.