v1/web/modules/contrib/lang_dropdown/css/ddslick/ddsCustom.css.sample

129 lines
3.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

.ddsCustom .dd-select {
border: 1px solid #CCCCCC;
background: none repeat scroll 0 0 #EEEEEE !important;
border-radius: 2px;
cursor: pointer;
position: relative;
}
.ddsCustom .dd-desc {
color: #AAAAAA;
display: block;
font-weight: normal;
line-height: 1.4em;
overflow: hidden;
}
.ddsCustom .dd-selected {
display: block;
font-weight: bold;
overflow: hidden;
padding: 10px;
color: #000;
text-decoration: none;
}
.ddsCustom .dd-selected label {
line-height: 1.4 !important;
}
.ddsCustom .dd-selected:hover {
text-decoration: none;
color: #000;
}
.ddsCustom .dd-pointer {
height: 0;
margin-top: -3px;
position: absolute;
right: 10px;
top: 50%;
width: 0;
}
.ddsCustom .dd-pointer-down {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-image: none;
border-right: 5px solid rgba(0, 0, 0, 0);
border-style: solid;
border-width: 5px;
}
.ddsCustom .dd-pointer-up {
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-top-colors: none !important;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000 !important;
border-image: none !important;
border-style: solid !important;
border-width: 5px !important;
margin-top: -8px;
}
.ddsCustom .dd-options {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #FFFFFF;
border-color: -moz-use-text-color #CCCCCC #CCCCCC;
border-image: none;
border-right: 1px solid #CCCCCC;
border-style: none solid solid;
border-width: medium 1px 1px;
box-shadow: 0 1px 5px #DDDDDD;
display: none;
list-style: none outside none;
margin: 0;
overflow: auto;
padding: 0 !important;
position: absolute;
z-index: 2000;
}
.ddsCustom .dd-option:hover {
text-decoration: none;
}
.ddsCustom .dd-option img,
.ddsCustom .dd-selected img {
width: 20px;
height: 14px;
}
.ddsCustom .dd-option {
border-bottom: 1px solid #DDDDDD;
color: #333333;
cursor: pointer;
display: block;
overflow: hidden;
padding: 10px;
text-decoration: none;
transition: all 0.25s ease-in-out 0s;
}
.ddsCustom .dd-options > li:last-child > .dd-option {
border-bottom: medium none;
}
.ddsCustom .dd-option:hover {
background: none repeat scroll 0 0 #F3F3F3;
color: #000000;
}
.ddsCustom .dd-selected-description-truncated {
text-overflow: ellipsis;
white-space: nowrap;
}
.ddsCustom .dd-option-selected {
background: none repeat scroll 0 0 #F6F6F6;
}
.ddsCustom .dd-option-image, .dd-selected-image {
float: left;
margin-right: 5px;
max-width: 64px;
vertical-align: middle;
}
.ddsCustom .dd-image-right {
float: right;
margin-left: 5px;
margin-right: 15px;
}
.ddsCustom .dd-container {
position: relative;
}
.ddsCustom .dd-selected-text {
font-weight: bold;
}