Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
a7558dcd
Commit
a7558dcd
authored
Jun 20, 2020
by
Eric - kg6wxc
Browse files
Merge branch 'change_tunnel_colors' into 'master'
change link colors for certain tunnels See merge request
!17
parents
023b2d20
edfcaf03
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/meshmap-settings.ini-default
View file @
a7558dcd
...
...
@@ -12,7 +12,8 @@ Device_OOD = 'images/mapMarkers/redCircle.png';
Device_Experimental = 'images/mapMarkers/orangeCircle.png';
; Link colours
; Colours are also control in webpage/css/meshmap.css
DTD_Link_Plus = "steelblue";
;DTD_Link_Plus = "steelblue";
DTD_Link_Plus = "#808080";
DTD_Link_Minus = "#A020F0";
;Link_Tunnel = "lightblue";
Link_Tunnel = "#808080";
...
...
webpage/css/meshmap-default.css
View file @
a7558dcd
...
...
@@ -161,7 +161,7 @@ Device_5GHz {
}
dtd_link
{
/*
color:
steelblue;*/
color
:
#808080
;
}
Link_DTD
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment