[FAFO] Make buttons green instead of blue
This commit is contained in:
parent
faf0a31150
commit
faf0aae445
1 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ __text_webframe__ = "#696969" ; @ini_text_webframe
|
|||
|
||||
; icons: usertools, pagetools, metabox, tabbox
|
||||
__nav_menu_color__ = "#494949" ; @ini_nav_menu_color
|
||||
__nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
|
||||
__nav_menu_hover_color__ = "#0faf00" ; @ini_nav_menu_hover_color
|
||||
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
|
||||
|
||||
__background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
|
||||
|
|
@ -178,7 +178,7 @@ __link__ = "#0faf00" ; @ini_link
|
|||
|
||||
; buttons: submit, links styled like buttons, togglebuttons
|
||||
__button_color__ = "#FFF" ; @ini_button_color
|
||||
__button_background__ = "#286DA8" ; @ini_button_background
|
||||
__button_background__ = "#86c880" ; @ini_button_background
|
||||
|
||||
__background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
|
||||
__text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue