ui框架增加背景色
This commit is contained in:
parent
c014c9e90f
commit
86e0c79772
|
|
@ -1,5 +1,5 @@
|
|||
<div style="height:50px"></div>
|
||||
<div id="_search_hidden" style="width: 98%;position: absolute;top: 1%;z-index: 1000;background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15);">
|
||||
<div id="_search_hidden" style="width: 98%;position: absolute;top: 1%;z-index: 1000;background-color: #fdfdfd; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15);">
|
||||
<form class="form-inline" style="margin-bottom: 5px" id = "_search_form">
|
||||
<div class="row" style="margin-left: 20px;margin-right: 20px">
|
||||
@ for(x in col){
|
||||
|
|
|
|||
|
|
@ -6118,7 +6118,8 @@ fieldset[disabled] .btn-light.active {
|
|||
}
|
||||
.btn.btn-white {
|
||||
text-shadow: none !important;
|
||||
background-color: #FFF !important;
|
||||
/*---zhuangqian---增加背景色------*/
|
||||
background-color: #fafafa !important;
|
||||
}
|
||||
.btn.btn-white.no-hover:hover,
|
||||
.btn.btn-white.no-hover:active {
|
||||
|
|
@ -9897,7 +9898,8 @@ input.ace + .lbl.padding-0::before {
|
|||
.form-group input[type="search"],
|
||||
.form-group input[type="tel"],
|
||||
.form-group input[type="color"] {
|
||||
background: #FFF;
|
||||
/*---zhuangqian---增加背景色------*/
|
||||
background: #fdfdfd;
|
||||
}
|
||||
.form-group.has-success input,
|
||||
.form-group.has-success select,
|
||||
|
|
|
|||
|
|
@ -3238,6 +3238,8 @@ tbody.collapse.in {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
.open > .dropdown-menu {
|
||||
/*---zhuangqian---增加背景色------*/
|
||||
background-color: #fafafa;
|
||||
display: block;
|
||||
}
|
||||
.open > a {
|
||||
|
|
|
|||
|
|
@ -3531,7 +3531,7 @@ function _getInitHtml(themesPath, bodyClass, cssPath, cssData) {
|
|||
'<head><meta charset="utf-8" /><title></title>',
|
||||
'<style>',
|
||||
'html {margin:0;padding:0;}',
|
||||
'body {margin:0;padding:5px;}',
|
||||
'body {margin:0;padding:5px;background-color:#fdfdfd;}',
|
||||
'body, td {font:12px/1.5 "sans serif",tahoma,verdana,helvetica;}',
|
||||
'body, p, div {word-wrap: break-word;}',
|
||||
'p {margin:5px 0;}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user