top panel -> search -> css
This commit is contained in:
parent
de09e35693
commit
60f4576d5d
2 changed files with 2 additions and 48 deletions
|
@ -110,50 +110,6 @@ table.round-borders {
|
|||
background: transparent 9 !important;
|
||||
}
|
||||
|
||||
#header-panel {
|
||||
@include panel-color;
|
||||
height:40px;
|
||||
position:fixed;
|
||||
z-index:999;
|
||||
top:0px;
|
||||
width:100%;
|
||||
margin-bottom:10px;
|
||||
overflow:hidden;
|
||||
.button{
|
||||
color:#bbb;
|
||||
border:none;
|
||||
margin:0px;
|
||||
height:25px;
|
||||
background:transparent;
|
||||
padding:10px 20px 5px 20px;
|
||||
&:hover{
|
||||
color:white;
|
||||
}
|
||||
|
||||
&.current {
|
||||
border-bottom: 3px solid #EAEAEA !important;
|
||||
padding: 10px 20px 0;
|
||||
color: #eaeaea;
|
||||
}
|
||||
}
|
||||
.search-holder {
|
||||
float:left;
|
||||
width:290px;
|
||||
input {
|
||||
@include round-borders-all(4px);
|
||||
width:290px;
|
||||
border-color:#888;
|
||||
padding:5px;
|
||||
background:#666;
|
||||
color:#222;
|
||||
&:focus {
|
||||
background:#fff;
|
||||
color:#000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#content-container{
|
||||
min-height:250px;
|
||||
background: #fff;
|
||||
|
|
|
@ -382,15 +382,13 @@
|
|||
padding:.2em .4em;
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.ui-state-hover,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: -1px;
|
||||
background: #fff !important;
|
||||
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFF6BF)) !important;
|
||||
background: -moz-linear-gradient(top,#fff,#FFF6BF) !important;
|
||||
background: transparent 9 !important;
|
||||
background: #eee;
|
||||
border-radius:0px;
|
||||
border-color:white;
|
||||
border-bottom: 1px solid #E2EAEE;
|
||||
|
|
Loading…
Reference in a new issue