Skip to content

Commit

Permalink
Added new icons for checkbox states
Browse files Browse the repository at this point in the history
  • Loading branch information
goldim committed Feb 15, 2024
1 parent bdb8cbb commit a6aac53
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions source/class/bernstein/theme/Decoration.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ qx.Theme.define("bernstein.theme.Decoration",

"checkbox-checked":
{
include: "button-checked",
include: "checkbox",

style: {
radius: 2
backgroundImage: "decoration/checkbox/checked.png"
}
},

Expand All @@ -339,7 +339,11 @@ qx.Theme.define("bernstein.theme.Decoration",

"checkbox-checked-hovered":
{
include: "button-checked-hovered"
include: "checkbox",

style: {
backgroundImage: "decoration/checkbox/checked-focused.png"
}
},

"checkbox-focused":
Expand All @@ -349,7 +353,11 @@ qx.Theme.define("bernstein.theme.Decoration",

"checkbox-checked-focused":
{
include: "checkbox-checked"
include: "checkbox",

style: {
backgroundImage: "decoration/checkbox/checked-focused.png"
}
},

"checkbox-disabled":
Expand All @@ -364,7 +372,10 @@ qx.Theme.define("bernstein.theme.Decoration",

"checkbox-checked-disabled":
{
include: "button-checked-disabled"
include: "checkbox",
style: {
backgroundImage: "decoration/checkbox/checked-disabled.png"
}
},

"checkbox-invalid":
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6aac53

Please sign in to comment.