Colour tweaks
This commit is contained in:
parent
2a1d09bc08
commit
0cfc55116d
|
@ -179,7 +179,7 @@
|
||||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
||||||
border: 1px solid #ff5d1a;
|
border: 1px solid #ff5d1a;
|
||||||
background: rgba(255, 93, 26, 0.1);
|
background: rgba(255, 93, 26, 0.1);
|
||||||
color: #65a539;
|
color: #1adeff;
|
||||||
}
|
}
|
||||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
|
||||||
color: #65a539;
|
color: #65a539;
|
||||||
|
|
|
@ -547,7 +547,7 @@ fieldset.plain {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
/*height: 23px;*/
|
/*height: 23px;*/
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 3px;
|
padding: 5px;
|
||||||
/*text-indent: 3px;*/
|
/*text-indent: 3px;*/
|
||||||
width:auto;
|
width:auto;
|
||||||
background-color: #dddddd;
|
background-color: #dddddd;
|
||||||
|
@ -560,7 +560,7 @@ input[readonly], textarea[readonly] {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_text_area:focus {
|
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_text_area:focus {
|
||||||
border: 1px solid #0088f1;
|
border: 1px solid #FF5D1A;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.auto-search {
|
.auto-search {
|
||||||
|
@ -573,6 +573,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
||||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-indent: 3px;
|
text-indent: 3px;
|
||||||
|
padding: 5px;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
.input_select, select {
|
.input_select, select {
|
||||||
|
@ -583,7 +584,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 2px 2px 0;
|
padding: 2px 2px 2px 1px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1206,7 +1207,7 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pref_form p.description {
|
#pref_form p.description {
|
||||||
color: #3b3b3b;
|
color: #d6d6d6;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1955,11 +1956,11 @@ span.errors.sp-errors{
|
||||||
border: 1px solid #333333;
|
border: 1px solid #333333;
|
||||||
border-top: 1px solid #5c5c5c;
|
border-top: 1px solid #5c5c5c;
|
||||||
background-color: #4a4a4a;
|
background-color: #4a4a4a;
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
color:#ccc;
|
color:#ccc;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:6px 0 6px 20px;
|
padding:10px 0 10px 20px;
|
||||||
margin:8px 0 0 0;
|
margin:20px 0 0 0;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
position:relative;
|
position:relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -1974,7 +1975,7 @@ span.errors.sp-errors{
|
||||||
width:11px;
|
width:11px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:5px;
|
left:5px;
|
||||||
top:8px;
|
top:12px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.collapsible-header.closed .arrow-icon, .collapsible-header-disabled.close .arrow-icon {
|
.collapsible-header.closed .arrow-icon, .collapsible-header-disabled.close .arrow-icon {
|
||||||
|
|
|
@ -401,10 +401,10 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
$nRow.find(".his_"+b).html(text);
|
$nRow.find(".his_"+b).html(text);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
oTable = $historyTableDiv.dataTable( {
|
oTable = $historyTableDiv.dataTable( {
|
||||||
|
|
||||||
"aoColumns": columns,
|
"aoColumns": columns,
|
||||||
"bProcessing": true,
|
"bProcessing": true,
|
||||||
"bServerSide": true,
|
"bServerSide": true,
|
||||||
"sAjaxSource": baseUrl+"playouthistory/item-history-feed",
|
"sAjaxSource": baseUrl+"playouthistory/item-history-feed",
|
||||||
|
@ -412,7 +412,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
"fnServerData": fnServerData,
|
"fnServerData": fnServerData,
|
||||||
"fnRowCallback": fnRowCallback,
|
"fnRowCallback": fnRowCallback,
|
||||||
"oLanguage": datatables_dict,
|
"oLanguage": datatables_dict,
|
||||||
"aLengthMenu": lengthMenu,
|
"aLengthMenu": lengthMenu,
|
||||||
"iDisplayLength": 25,
|
"iDisplayLength": 25,
|
||||||
"sPaginationType": "full_numbers",
|
"sPaginationType": "full_numbers",
|
||||||
"bJQueryUI": true,
|
"bJQueryUI": true,
|
||||||
|
|
Loading…
Reference in New Issue