Skip to content

Commit

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

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

style: {
radius: 15,
shadowBlurRadius: 2
backgroundImage: "decoration/radiobutton/checked.png"
}
},

"radiobutton-checked-hovered":
{
include: "radiobutton-checked",
include: "radiobutton",

style: {
endColor: "text-hovered"
backgroundImage: "decoration/radiobutton/checked-focused.png"
}
},

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

style: {
endColor: "text-hovered"
backgroundImage: "decoration/radiobutton/checked-focused.png"
}
},

Expand All @@ -764,10 +763,10 @@ qx.Theme.define("bernstein.theme.Decoration",

"radiobutton-checked-disabled":
{
include: "button-checked-disabled",
include: "radiobutton",

style: {
radius: 15
backgroundImage: "decoration/radiobutton/checked-disabled.png"
}
},

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 611fc88

Please sign in to comment.