mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Theme needs these files in its own folder.
Changes to some colours. There is no scss file for these to be compiled from so these are hard coded.
This commit is contained in:
committed by
Franco Fichtner
parent
393c1531ef
commit
df6060f27b
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= theme-rebellion
|
||||
PLUGIN_VERSION= 0.2
|
||||
PLUGIN_REVISION= 5
|
||||
PLUGIN_REVISION= 6
|
||||
PLUGIN_COMMENT= A suitably dark theme
|
||||
PLUGIN_MAINTAINER= team-rebellion@queens-park.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
@@ -0,0 +1,148 @@
|
||||
/*!
|
||||
* jQuery Bootgrid v1.3.1 - 09/11/2015
|
||||
* Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com)
|
||||
* Licensed under MIT http://www.opensource.org/licenses/MIT
|
||||
*/
|
||||
.bootgrid-header,
|
||||
.bootgrid-footer {
|
||||
margin: 15px 0;
|
||||
}
|
||||
.bootgrid-header a,
|
||||
.bootgrid-footer a {
|
||||
outline: 0;
|
||||
}
|
||||
.bootgrid-header .search,
|
||||
.bootgrid-footer .search {
|
||||
display: inline-block;
|
||||
margin: 0 20px 0 0;
|
||||
vertical-align: middle;
|
||||
width: 180px;
|
||||
}
|
||||
.bootgrid-header .search .glyphicon,
|
||||
.bootgrid-footer .search .glyphicon {
|
||||
top: 0;
|
||||
}
|
||||
.bootgrid-header .search .fa,
|
||||
.bootgrid-footer .search .fa {
|
||||
display: table-cell;
|
||||
}
|
||||
.bootgrid-header .search.search-field::-ms-clear,
|
||||
.bootgrid-footer .search.search-field::-ms-clear,
|
||||
.bootgrid-header .search .search-field::-ms-clear,
|
||||
.bootgrid-footer .search .search-field::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
.bootgrid-header .pagination,
|
||||
.bootgrid-footer .pagination {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.bootgrid-header .actionBar,
|
||||
.bootgrid-footer .infoBar {
|
||||
text-align: right;
|
||||
}
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu {
|
||||
text-align: left;
|
||||
}
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 3px 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus {
|
||||
color: #262626;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox {
|
||||
margin: 0 2px 4px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.disabled,
|
||||
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootgrid-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
.bootgrid-table a {
|
||||
outline: 0;
|
||||
}
|
||||
.bootgrid-table th > .column-header-anchor {
|
||||
background-color: #929292;
|
||||
color: #eee;
|
||||
cursor: not-allowed;
|
||||
display: block;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
.bootgrid-table th > .column-header-anchor.sortable {
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootgrid-table th > .column-header-anchor > .text {
|
||||
display: block;
|
||||
margin: 0 16px 0 0;
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.bootgrid-table th > .column-header-anchor > .icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 2px;
|
||||
}
|
||||
.bootgrid-table th:hover,
|
||||
.bootgrid-table th:active {
|
||||
background: #fafafa;
|
||||
}
|
||||
.bootgrid-table td {
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.bootgrid-table td.loading,
|
||||
.bootgrid-table td.no-results {
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.bootgrid-table th.select-cell,
|
||||
.bootgrid-table td.select-cell {
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
}
|
||||
.bootgrid-table th.select-cell .select-box,
|
||||
.bootgrid-table td.select-cell .select-box {
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
}
|
||||
.table-responsive .bootgrid-table {
|
||||
table-layout: inherit !important;
|
||||
}
|
||||
.table-responsive .bootgrid-table th > .column-header-anchor > .text {
|
||||
overflow: inherit !important;
|
||||
-ms-text-overflow: inherit !important;
|
||||
-o-text-overflow: inherit !important;
|
||||
text-overflow: inherit !important;
|
||||
white-space: inherit !important;
|
||||
}
|
||||
.table-responsive .bootgrid-table td {
|
||||
overflow: inherit !important;
|
||||
-ms-text-overflow: inherit !important;
|
||||
-o-text-overflow: inherit !important;
|
||||
text-overflow: inherit !important;
|
||||
white-space: inherit !important;
|
||||
}
|
||||
@@ -0,0 +1,167 @@
|
||||
div.TokenizeMeasure,
|
||||
div.Tokenize ul li span,
|
||||
div.Tokenize ul.TokensContainer li.TokenSearch input
|
||||
{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.Tokenize
|
||||
{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
div.Tokenize ul
|
||||
{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.Tokenize ul li
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer
|
||||
{
|
||||
cursor: text;
|
||||
padding: 0 5px 0 0;
|
||||
height:auto;
|
||||
min-height:34px;
|
||||
max-height: 170px;
|
||||
overflow-y: auto;
|
||||
background-color: Gainsboro;
|
||||
}
|
||||
|
||||
div.Tokenize.Disabled ul.TokensContainer,
|
||||
div.Tokenize.Disabled ul.TokensContainer input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Token
|
||||
{
|
||||
border: 1px solid #ccd5e3;
|
||||
background-color: #911212;
|
||||
padding: 0 5px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Token.PendingDelete
|
||||
{
|
||||
opacity : 0.5;
|
||||
-moz-opacity : 0.5;
|
||||
-ms-filter: "alpha(opacity=50)";
|
||||
filter : alpha(opacity=50);
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Token,
|
||||
div.Tokenize ul.TokensContainer li.TokenSearch
|
||||
{
|
||||
margin: 5px 0 0 5px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.TokenSearch input
|
||||
{
|
||||
margin: 0;
|
||||
padding: 1px 0;
|
||||
background-color: transparent;
|
||||
line-height: 18px;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Placeholder {
|
||||
color: #ddd;
|
||||
position: absolute;
|
||||
line-height: 20px;
|
||||
padding: 5px 0 0 5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer,
|
||||
div.Tokenize ul.Dropdown
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Token a.Close
|
||||
{
|
||||
font-family: Arial, Helvetica, sans-serif !important;
|
||||
font-size: 16px !important;
|
||||
line-height: 18px;
|
||||
float: right;
|
||||
margin: 1px 0 0 5px;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: #a6b4ce;
|
||||
}
|
||||
|
||||
div.Tokenize.Disabled ul.TokensContainer li.Token a.Close {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.Tokenize ul.TokensContainer li.Token a.Close:hover
|
||||
{
|
||||
background: transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.Tokenize ul.Dropdown
|
||||
{
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
||||
display: none;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
margin: -1px 0 0 0;
|
||||
position: absolute;
|
||||
background-color: DimGrey;
|
||||
overflow-y: auto;
|
||||
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
|
||||
-webkit-border-radius: 0 0 6px 6px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
|
||||
z-index: 20;
|
||||
|
||||
height: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
div.Tokenize ul.Dropdown li
|
||||
{
|
||||
padding: 5px 20px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.Tokenize ul.Dropdown li.Hover
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
background-color: #0081c2;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
||||
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user