Stage Commit

This commit is contained in:
JackMyth 2018-07-03 18:13:50 +08:00
parent 466a09b5ea
commit b6eee8f314
14 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -288,7 +288,7 @@
ViewDetailButton
{
bgcolor=DefaultText
bgcolor=none
inset="0 0 0 0"
padding-left=0
padding-right=0
@ -300,7 +300,7 @@
ViewDetailButton:hover
{
bgcolor=DefaultText
bgcolor=none
render{
0="image(x0,y0,x1,y1,graphics/Threshold/detail_scale_hover)"
}
@ -331,7 +331,8 @@
ViewGridButton
{
bgcolor=DefaultText
//bgcolor=DefaultText
bgcolor=none
inset="1 0 0 0"
//image="graphics/icon_button_grid"
padding-left=0
@ -344,7 +345,8 @@
ViewGridButton:hover
{
bgcolor=DefaultText
//bgcolor=DefaultText
bgcolor=none
render{
0="image(x0,y0,x1,y1,graphics/Threshold/grid_scale_hover)"
}
@ -375,7 +377,7 @@
ViewListButton
{
bgcolor=DefaultText
bgcolor=none
inset="1 0 0 0"
padding-left=0
padding-right=0

View File

@ -163,8 +163,8 @@ steam.styles
Root.LeftCol.Hover = "255 255 255 255"
Root.LeftCol.Selected = "255 255 255 255"
Root.Label.Text=DefaultText
Root.Label.Hover.Text="180 180 180 255"
Root.SubLabel.Text="180 180 180 255"
Root.Label.Hover.Text="75 75 75 255"
Root.SubLabel.Text="75 75 75 255"
Root.LeftCol.Disabled=DefaultText.Disabled
Search.Back="255 255 255 20"