mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
misc/theme-rebellion: post-op care
This commit is contained in:
parent
bc9970f394
commit
d80bdc507d
5 changed files with 7 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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"
|
||||
|
|
|
|||
1
misc/theme-rebellion/pkg-descr
Normal file
1
misc/theme-rebellion/pkg-descr
Normal file
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue