mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix Rebellion tokenize2 (#822)
This commit is contained in:
committed by
Franco Fichtner
parent
8bcfa9b974
commit
818da34c75
@@ -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
|
||||
|
||||
|
||||
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user