Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #933

Merged
merged 2 commits into from Mar 25, 2013
Merged

Next #933

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
56 changes: 29 additions & 27 deletions samples/browser/res/common/default.theme
Expand Up @@ -108,6 +108,11 @@ theme mainMenu
}
}

imageList focusImages : normalImages
{
color = #2A6779ff
}

skin mainNormal
{
border
Expand All @@ -121,23 +126,28 @@ theme mainMenu
region = 1, 1, 74, 74
color = #4A8799ff
}

skin mainFocus : mainNormal
{
color = #ff0000ff
}

skin mainActive : mainNormal
{
color = #C3D9BFff
}

skin mainFocus : mainNormal
{
color = #2A6779ff
}

skin formEntry : mainNormal
{
region = 78, 1, 46, 46
color = #25434Cff
color = #35535Cff
}

skin formFocus : formEntry
{
color = #15333Cff
}

skin underliner
{
border
Expand Down Expand Up @@ -212,11 +222,6 @@ theme mainMenu
fontSize = 25
textAlignment = ALIGN_BOTTOM_HCENTER
}

stateFocus
{
textColor = #00ff00ff
}
}

style leftAlignedUnderlined : underlined
Expand All @@ -239,16 +244,17 @@ theme mainMenu
fontSize = 18
textAlignment = ALIGN_VCENTER_HCENTER
}

stateFocus
{
skin = mainFocus
}

stateActive
{
imageList = activeImages
}

stateFocus
{
skin = mainFocus
imageList = focusImages
}

stateDisabled
{
Expand All @@ -263,6 +269,11 @@ theme mainMenu
skin = formEntry
textAlignment = ALIGN_TOP_LEFT
}

stateFocus
{
skin = formFocus
}
}

style buttonStyle : basic
Expand All @@ -278,11 +289,6 @@ theme mainMenu
font = res/common/arial18.gpb
fontSize = 20
}

stateFocus
{
textColor = #00ff00ff
}

stateActive
{
Expand All @@ -303,7 +309,8 @@ theme mainMenu

stateFocus
{
textColor = #00ff00ff
textColor = #aaa000ff
imageList = focusImages
}

stateActive
Expand All @@ -321,11 +328,6 @@ theme mainMenu
fontSize = 20
textAlignment = ALIGN_VCENTER_LEFT
}

stateFocus
{
textColor = #00ff00ff
}

stateActive
{
Expand Down