mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Fix Rebellion tokenize2 (#822)
This commit is contained in:
parent
8bcfa9b974
commit
818da34c75
3 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-rebellion
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_COMMENT= A suitably dark theme
|
||||
PLUGIN_MAINTAINER= team-rebellion@queens-park.com
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
height: auto;
|
||||
min-height: 34px;
|
||||
cursor: text;
|
||||
color: #111;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
> {
|
||||
.token {
|
||||
padding: 0 1.2em 0 5px;
|
||||
color: #ccc;
|
||||
background-color: #111111;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
height: auto;
|
||||
min-height: 34px;
|
||||
cursor: text;
|
||||
color: #111;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
}
|
||||
.tokenize > .tokens-container > .token {
|
||||
padding: 0 1.2em 0 5px;
|
||||
color: #ccc;
|
||||
background-color: #111111;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue