060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -116,6 +116,10 @@ input[type="submit"] {
|
||||
color:black;
|
||||
}
|
||||
|
||||
.search {
|
||||
background-color:transparent !important;
|
||||
}
|
||||
|
||||
.formbtn {
|
||||
color:black;
|
||||
}
|
||||
@ -137,21 +141,21 @@ input[type="submit"] {
|
||||
background-color: #6B91B6;
|
||||
}
|
||||
|
||||
.postMenu {
|
||||
.menu {
|
||||
background-color: #c3c3c3;
|
||||
border: 2px outset #fff !important;
|
||||
color:black;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
.postMenu div{
|
||||
.menu div{
|
||||
background-color: #c3c3c3;
|
||||
border: 2px outset #fff !important;
|
||||
color:black;
|
||||
box-shadow: 1px 1px 2px black;
|
||||
}
|
||||
|
||||
.postMenu li{
|
||||
.menu li{
|
||||
background-color: #c3c3c3;
|
||||
color:black;
|
||||
}
|
||||
@ -162,11 +166,11 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
|
||||
.postMenu li a{
|
||||
.menu li a{
|
||||
color: #000082 !important;
|
||||
}
|
||||
|
||||
.postMenu li:hover a{
|
||||
.menu li:hover a{
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
|
||||
14
themes/chicago/css/mobile.css
Normal file
14
themes/chicago/css/mobile.css
Normal file
@ -0,0 +1,14 @@
|
||||
.topbar{
|
||||
background-color: #c3c3c3;
|
||||
border-top: 1px outset #fff !important;
|
||||
}
|
||||
|
||||
.appname{
|
||||
padding-right:15px;
|
||||
line-height:43px !important;
|
||||
border: 2px outset #fff !important;
|
||||
}
|
||||
|
||||
.appname a,.topicon {
|
||||
color:black !important;
|
||||
}
|
||||
Reference in New Issue
Block a user