Select Boxes CSS conflicts.
2 years 2 months ago - 2 years 2 months ago #67561
by Mike85
Select Boxes CSS conflicts. was created by Mike85
I found a CSS conflicts with the class ".form-select" (Joomla) and class "select" (Template Creator).
I temporary fixed it with this:
I temporary fixed it with this:
Code:
select option {
color: #8a8c8c !important;
background: #3f4042 !important;
}
.form-select {
/* copy and paste from the TC InputBox style. */
background: #000000;
background: rgba(0,0,0,0.2);
-pie-background: rgba(0,0,0,0.2);
-moz-border-radius: 2px;
-o-border-radius: 2px;
webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px 2px 2px 2px;
-o-border-radius: 2px 2px 2px 2px;
webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
color: #8a8c8c;
padding: 6px;
box-shadow: rgba(0,0,0,0.2) 0px 0px 1px 1px inset;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 1px 1px inset;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 1px 1px inset;
border: 1px solid #292929;
border: 1px solid rgba(255,255,255,0.1);
/* extra css to overwrites the Joomla defaults. */
-webkit-appearance: auto;
moz-appearance: auto;
appearance: auto;
}
Last edit: 2 years 2 months ago by Mike85.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #67710
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Select Boxes CSS conflicts.
Hi
I will put all the answers in the same thread here
forum.joomlack.fr/index.php/12-template-...ng-is-unusable#67709
CEd
I will put all the answers in the same thread here
forum.joomlack.fr/index.php/12-template-...ng-is-unusable#67709
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds