mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
misc/theme-rebellion: post-op care
This commit is contained in:
@@ -28,7 +28,7 @@ PAGER?= less
|
||||
all:
|
||||
@cat ${.CURDIR}/README.md | ${PAGER}
|
||||
|
||||
CATEGORIES= benchmarks databases devel dns mail net-mgmt \
|
||||
CATEGORIES= benchmarks databases devel dns mail misc net-mgmt \
|
||||
net security sysutils www
|
||||
|
||||
.for CATEGORY in ${CATEGORIES}
|
||||
|
||||
@@ -37,6 +37,7 @@ dns/dyndns -- Dynamic DNS Support
|
||||
dns/rfc2136 -- RFC-2136 Support
|
||||
mail/postfix -- SMTP mail relay
|
||||
mail/rspamd -- Protect your network from spam
|
||||
misc/theme-rebellion -- A suitably dark theme
|
||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
|
||||
net-mgmt/snmp -- SNMP Server via bsnmpd
|
||||
|
||||
@@ -2,5 +2,6 @@ PLUGIN_NAME= theme-rebellion
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= A suitably dark theme
|
||||
PLUGIN_MAINTAINER= team-rebellion@queens-park.com
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
A suitably dark theme.
|
||||
@@ -5654,11 +5654,11 @@ body {
|
||||
border-right: 1px solid #393939;
|
||||
border-top: 1px solid #393939;
|
||||
border-left: 1px solid #393939;
|
||||
border-bottom: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a {
|
||||
background: #444 !important;
|
||||
background: #444 !important;
|
||||
color: #e1e1e1;}
|
||||
|
||||
.nav-tabs > li.active > a,
|
||||
|
||||
Reference in New Issue
Block a user