1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Additional styling of selectize.

This commit is contained in:
Cameron
2015-08-05 12:25:29 -07:00
parent 24215725c1
commit f2d25442b0
2 changed files with 12 additions and 2 deletions

View File

@@ -152,7 +152,8 @@ td.options .btn-group { display: flex; }
#admin-ui-modal { width: 90%; }
.selectize-input { width: 206px }
div.bbcode-panel {
@@ -1122,6 +1123,14 @@ li.rssRow > div {
color: #ffffff;
}
.selectize-input { width: 530px; max-width: 90%; }
.selectize-input.focus {
border-color: #66AFE9;
outline: 0px none;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
/* uiAlert Styling */
@@ -1170,6 +1179,7 @@ li.rssRow > div {
.admin-theme-cell-admin { background-color:#FFFFD5; border: 1px solid #FFCC00; }
/*
body { background-color: rgb(68, 68, 68); }