ui框架增加背景色

This commit is contained in:
zhuangqian 2016-12-15 14:59:58 +08:00
parent c014c9e90f
commit 86e0c79772
4 changed files with 8 additions and 4 deletions

View File

@ -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){

View File

@ -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,

View File

@ -3238,6 +3238,8 @@ tbody.collapse.in {
cursor: not-allowed;
}
.open > .dropdown-menu {
/*---zhuangqian---增加背景色------*/
background-color: #fafafa;
display: block;
}
.open > a {

View File

@ -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;}',