Skip to content

Commit

Permalink
fix: update missing color override for empty dashboard widget
Browse files Browse the repository at this point in the history
  • Loading branch information
wastrachan committed Oct 23, 2022
1 parent 07eafe0 commit 3ae0c2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Winston Astrachan
Copyright (c) 2022 Winston Astrachan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions theme_kibanafeel.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Kibanafeel - Kibana-Inspired Dark Theme for LibreNMS
Copyright (c) Winston Astrachan 2020
Copyright (c) Winston Astrachan 2022
Released under the terms of the MIT license
*/

Expand Down Expand Up @@ -205,7 +205,7 @@ nav.navbar-default .navbar-nav>li>a:focus {
}


/* Nave Tabs */
/* Nav Tabs */
.nav-tabs {
border-bottom-color: var(--color-dark4);
}
Expand Down Expand Up @@ -241,6 +241,10 @@ nav.navbar-default .navbar-nav>li>a:focus {
background-color: var(--color-dark3);
}

.gridster .widget_body {
color: var(--color-light1);
}


/* Panels */
.panel-default,
Expand Down

0 comments on commit 3ae0c2f

Please sign in to comment.