Improve color values and CSS

This commit is contained in:
Volker E
2017-09-07 19:04:08 -07:00
committed by GitHub
parent 6c84980453
commit 70eba564d8

View File

@@ -7,13 +7,13 @@
*/ */
.uls-lcd { .uls-lcd {
background-color: #fcfcfc;
height: 20em; height: 20em;
/* Work around Chrome bug where it places scrollbar on the left in /* Work around Chrome bug where it places scrollbar on the left in
* in RTL mode but actually reserves the place on the right side */ * in RTL mode but actually reserves the place on the right side */
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
width: auto; width: auto;
background: #FCFCFC;
padding: 0 16px; padding: 0 16px;
} }
@@ -61,8 +61,7 @@
* Bug because overflow: hidden is incompatible with bullets, also render * Bug because overflow: hidden is incompatible with bullets, also render
* the bullets inside the list in case there should be any. * the bullets inside the list in case there should be any.
*/ */
list-style-image: none; list-style: none none;
list-style-type: none;
} }
.uls-language-block > ul > li { .uls-language-block > ul > li {
@@ -88,7 +87,7 @@
.uls-language-block a { .uls-language-block a {
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
color: #3366bb; color: #36c;
font-size: 14px; font-size: 14px;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
@@ -114,14 +113,14 @@
.uls-no-results-found-title { .uls-no-results-found-title {
font-size: 16px; font-size: 16px;
padding: 0 16px 0 28px; padding: 0 16px 0 28px;
border-bottom: none; border-bottom: 0;
color: #555; color: #555;
} }
.uls-no-found-more { .uls-no-found-more {
background: #f8f8f8;
padding: 0 16px 0 44px; padding: 0 16px 0 44px;
font-size: 0.9em; font-size: 0.9em;
background: #F8F8F8;
width: 100%; width: 100%;
margin-top: 1.6em; margin-top: 1.6em;
line-height: 1.6em; line-height: 1.6em;