restructure application classes
This commit is contained in:
commit
a6d9bf653a
3471 changed files with 597952 additions and 0 deletions
|
|
@ -0,0 +1,39 @@
|
|||
#languageSelect {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0 !important;
|
||||
background:#FFF;
|
||||
border: 1px solid #1F447F!important;
|
||||
}
|
||||
|
||||
#languageSelection > form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#languageSelection input, #languageSelection select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#languageSelection .ui-autocomplete-input:after {
|
||||
display: inline;
|
||||
content: " \25BC";
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#languageSelection .ui-autocomplete-input {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#languageSelect .ui-autocomplete-input:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#languageSelect a {
|
||||
text-decoration:none!important;
|
||||
padding: 1px 25px 1px 3px!important;
|
||||
}
|
||||
|
||||
#languageSelect a:hover {
|
||||
background:#176999!important;
|
||||
color:#FFF!important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue