Skip to content

Commit

Permalink
Add other UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jun 19, 2023
1 parent c579115 commit ceb6380
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sub settings_filter

sub get_theme_color
{
my %theme_colors = ('blue' => '#004192',
my %theme_colors = ('blue' => '#004090',
'brown' => '#5d4839',
'gold' => '#7e6143',
'green' => '#247648',
Expand Down Expand Up @@ -105,7 +105,7 @@ sub embed_favicon
}

my $theme_config_dir = "$config_directory/$current_theme";
my $theme_user_color = get_theme_color() || "#004192";
my $theme_user_color = get_theme_color() || "#004090";

my $favicon_path = $theme_webprefix . '/images/favicons/' . $product_name;
my $ref_link = 'data-link-ref';
Expand Down
2 changes: 1 addition & 1 deletion images/favicons/cloudmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#044699</TileColor>
<TileColor>#004090</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/usermin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#044699</TileColor>
<TileColor>#004090</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/virtualmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#044699</TileColor>
<TileColor>#004090</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/webmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#044699</TileColor>
<TileColor>#004090</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap=3
spa=1
nomodcall=xnavigation=1
version=20.30-RC1
mversion=59
mversion=60
bversion=00
webmin=1
usermin=1
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/gunmetal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/nightrider.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/palettes/nightrider.min.css.gz
Binary file not shown.

0 comments on commit ceb6380

Please sign in to comment.