File: /home/c1190199/public_html/_alex/wp-content/themes/portada/style/jquery.dropkick.rtl.css
.dk_toggle {
padding: 7px 10px 7px 45px;
text-shadow: #fff 1px 1px 0;
}
.dk_toggle:after {
left: 10px;
right:auto;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2; }
/* Applied whenever the dropdown is open */
.dk_open {
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2;
}
.dk_open .dk_toggle {
box-shadow: inset 0 -2px 5px #ccc;
border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px; }
/* The outer container of the options */
.dk_options {
/* Removes transparent background on iOS5+ scroll */
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0; }
.dk_options a:hover,
.dk_options .dk_option_current a {
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0; }
/****** End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
float: right; }
.dk_options {
right:auto;
left: 0;}
/* nativeMobile override */
.dk_mobile select {
right: 0;
left:auto;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/