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:
@@ -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); }
|
||||
|
Reference in New Issue
Block a user