060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -119,6 +119,13 @@ input[type="submit"] {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.search input[type="submit"]{
|
||||
color: #4267b2;
|
||||
background-color:transparent;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
|
||||
.formbtn {
|
||||
color:#305792;
|
||||
}
|
||||
@ -136,19 +143,19 @@ input[type="submit"] {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.postMenu div{
|
||||
.menu div{
|
||||
box-shadow: 1px 1px 2px black;
|
||||
}
|
||||
|
||||
.postMenu li:hover {
|
||||
.menu li:hover {
|
||||
background-color:#203960 !important;
|
||||
}
|
||||
|
||||
.postMenu li a{
|
||||
.menu li a{
|
||||
color:#203960;
|
||||
}
|
||||
|
||||
.postMenu li:hover a{
|
||||
.menu li:hover a{
|
||||
color:white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user