Fix Rebellion tokenize2 (#822)

This commit is contained in:
Martin Wasley 2018-09-08 08:44:12 +01:00 committed by Franco Fichtner
parent 8bcfa9b974
commit 818da34c75
3 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;

View file

@ -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;