060520 Theme optimization and mobile layout changes

This commit is contained in:
Daisuke
2020-05-06 11:48:21 -05:00
parent 6de44032b7
commit 9d42478acd
29 changed files with 203 additions and 5309 deletions

View File

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