dfg
This commit is contained in:
@@ -32,8 +32,8 @@ body {
|
||||
}
|
||||
|
||||
.navbar-inverse{
|
||||
background-color: rgba(0,0,255,0.2)
|
||||
border-color:#080808
|
||||
background-color: rgba(0,0,255,0.2);
|
||||
border-color: #080808;
|
||||
}
|
||||
|
||||
.sidebar-nav > li > a {
|
||||
@@ -198,3 +198,32 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
|
||||
{
|
||||
padding: 1px 1px;
|
||||
}
|
||||
|
||||
.frmSearch {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background: #baebe1;
|
||||
}
|
||||
|
||||
#element-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#element-list li {
|
||||
padding: 10px;
|
||||
background: #FFF;
|
||||
border-bottom: #F0F0F0 1px solid;
|
||||
}
|
||||
|
||||
#element-list li:hover {
|
||||
background:#F0F0F0;
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
#searchInput {
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user