Skip to content

Commit

Permalink
Add Button On Active background; active buttons have lighter text
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Mar 30, 2018
1 parent 3315c90 commit f015c74
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/VoxelEditor/GUI/EditorGUISkin.guiskin
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ MonoBehaviour:
m_Active:
m_Background: {fileID: 2800000, guid: 8f89cc70e20aee24890047b7963f9d94, type: 3}
m_ScaledBackgrounds: []
m_TextColor: {r: 0, g: 0, b: 0, a: 1}
m_TextColor: {r: 0.24705882, g: 0.24705882, b: 0.24705882, a: 1}
m_Focused:
m_Background: {fileID: 0}
m_ScaledBackgrounds: []
Expand All @@ -106,9 +106,9 @@ MonoBehaviour:
m_ScaledBackgrounds: []
m_TextColor: {r: 0, g: 0, b: 0, a: 1}
m_OnActive:
m_Background: {fileID: 0}
m_Background: {fileID: 2800000, guid: 347164c6181e9dc4380e886fe8439eb7, type: 3}
m_ScaledBackgrounds: []
m_TextColor: {r: 0, g: 0, b: 0, a: 1}
m_TextColor: {r: 0.24705882, g: 0.24705882, b: 0.24705882, a: 1}
m_OnFocused:
m_Background: {fileID: 0}
m_ScaledBackgrounds: []
Expand Down
Binary file added Assets/VoxelEditor/GUI/gui_button_on_active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions Assets/VoxelEditor/GUI/gui_button_on_active.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f015c74

Please sign in to comment.