mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #4106 from murrant/availibilty-shadows
Availability map: shadow
This commit is contained in:
@@ -1969,7 +1969,7 @@ label {
|
||||
}
|
||||
|
||||
.label-font-border {
|
||||
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user