Commit b1dbdbaf authored by Sven Franck's avatar Sven Franck

css: add custom css

parent a78c8012
...@@ -564,7 +564,7 @@ tbody .large { ...@@ -564,7 +564,7 @@ tbody .large {
/* ======================== CUSTOM CSS ===================================*/ /* ======================== CUSTOM CSS ===================================*/
/* override grid */ /* override grid */
.ui-listview.responsive.custom_grid li { .ui-listview.responsive.custom_grid li {
width: 100%; width: 45%;
} }
.mockup_image { .mockup_image {
border-radius: .6em; border-radius: .6em;
...@@ -585,6 +585,9 @@ tbody .large { ...@@ -585,6 +585,9 @@ tbody .large {
margin-top: .25em !important; margin-top: .25em !important;
} }
@media (max-width: 40em) { @media (max-width: 40em) {
.ui-listview.responsive.custom_grid li {
width: 100%;
}
.mockup_image, .mockup_text { .mockup_image, .mockup_text {
float: none; float: none;
clear: both; clear: both;
...@@ -609,5 +612,9 @@ html .ui-page-theme-slapos-white .ui-input-action:active, ...@@ -609,5 +612,9 @@ html .ui-page-theme-slapos-white .ui-input-action:active,
html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active { html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active {
background: #DDDDDD !important; background: #DDDDDD !important;
} }
html body form label,
html body form legend,
html body .crumbs a,
html body .crumbs a:after {
color: #235185; /* white on light background does not fly... */
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment