git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@80 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -261,4 +261,46 @@ html .ui-alt-icon .ui-radio-off:after {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-size: 24px 24px;
|
||||
}
|
||||
|
||||
.alphabetContainer{
|
||||
position: fixed;
|
||||
top: 35px;
|
||||
right: 2px;
|
||||
|
||||
width: 20px;
|
||||
padding: 0;
|
||||
margin: 18px 0 0;
|
||||
font-size: larger;
|
||||
font-weight: 700;
|
||||
z-index: 10;
|
||||
background-color: rgba(199, 199, 199, 0.36);
|
||||
border-radius: 4px;
|
||||
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.alphabetContainer_hover{
|
||||
background-color: rgb(199, 199, 199)!important;
|
||||
}
|
||||
|
||||
.alphabetContainer:hover{
|
||||
background-color: rgb(199, 199, 199)!important;
|
||||
}
|
||||
|
||||
.alphabetList{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
margin-left: 3px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.alphabetList li a{
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.alphabeticalListed{
|
||||
margin-right: 6px!important;
|
||||
}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user