060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -60,6 +60,17 @@ input[type="checkbox"]:checked+label {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.search {
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7) inset;
|
||||
}
|
||||
|
||||
.search input[type="text"],.search input[type="submit"]{
|
||||
border:0px !important;
|
||||
background-color:transparent !important;
|
||||
background-image:none !important;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.tiselected {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
@ -198,7 +209,7 @@ input[type="submit"] {
|
||||
box-shadow: 1px 1px 2px black;
|
||||
}
|
||||
|
||||
.postMenu li{
|
||||
.menu li{
|
||||
background-color: #e7e9d4;
|
||||
color:black;
|
||||
}
|
||||
@ -209,11 +220,11 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
|
||||
.postMenu li a{
|
||||
.menu li a{
|
||||
color: #000082 !important;
|
||||
}
|
||||
|
||||
.postMenu li:hover a{
|
||||
.menu li:hover a{
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user