123 lines
3.0 KiB
CSS
123 lines
3.0 KiB
CSS
#identity_switch_menu {
|
|
margin-right: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin-top: 5px;
|
|
font-weight: 700;
|
|
padding-left: 2rem;
|
|
text-align: left;
|
|
width: 240px;
|
|
height: 20px;
|
|
border: 1px solid #6DA1D3 !important;
|
|
border-radius: 5px 5px 0px 0px !important;
|
|
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
|
|
top: -70px;
|
|
left: 240px;
|
|
position: relative;
|
|
float: inline-start;
|
|
min-height: 22px;
|
|
box-shadow: 0px 0px 4px 0px #414141a1 !important;
|
|
}
|
|
|
|
#identity_switch_dropdown {
|
|
position: fixed;
|
|
z-index: 1;
|
|
padding: 0 .5rem 0 0;
|
|
/* min-width: 250px; */
|
|
max-width: 261px;
|
|
width: 261px;
|
|
will-change: transform;
|
|
top: 10px;
|
|
left: 177px;
|
|
margin-left: 0;
|
|
margin-top: 0;
|
|
transform: translate3d(63px, 49px, 0);
|
|
box-shadow: 0px 2px 4px 0px #414141a1 !important;
|
|
max-height: 150px;
|
|
overflow-x: hidden;
|
|
color: #212529;
|
|
display: none;
|
|
border-radius: 0px 0px 10px 10px !important;
|
|
border: 1px solid #6DA1D3;
|
|
background-color: rgba(255, 255, 255);
|
|
font-weight: 400;
|
|
line-height: 35px
|
|
}
|
|
|
|
#identity_switch_dropdown ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
#identity_switch_dropdown li {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
left: 0;
|
|
width: 100%
|
|
}
|
|
|
|
#identity_switch_dropdown a {
|
|
padding: 0 .5rem;
|
|
white-space: nowrap;
|
|
color: #2c363a;
|
|
background: 0 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#identity_switch_dropdown li:hover {
|
|
background-color: #bbe6f8
|
|
}
|
|
|
|
#identity_switch_dropdown a:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
#identity_switch_dropdown .unseen {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
min-width: 2em;
|
|
line-height: 1.4rem;
|
|
margin: 7.7px 0 7.7px 0;
|
|
padding: 0 .3em;
|
|
border-radius: .4em;
|
|
background: #37beff;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: 700
|
|
}
|
|
|
|
html.dark-mode #identity_switch_menu {
|
|
margin-right: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin-top: 5px;
|
|
font-weight: 700;
|
|
padding-left: 2rem;
|
|
text-align: left;
|
|
width: 240px;
|
|
border: 1px solid #ccc !important;
|
|
border-radius: .4em;
|
|
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='beige' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
|
|
top: 10px;
|
|
left: inherit;
|
|
position: relative;
|
|
float: inline-start
|
|
}
|
|
|
|
html.dark-mode #identity_switch_dropdown {
|
|
background-color: #343a40;
|
|
border-color: #4d6066;
|
|
box-shadow: 3px 3px 5px #374549
|
|
}
|
|
|
|
html.dark-mode #identity_switch_dropdown a {
|
|
color: #c5d1d3
|
|
}
|
|
|
|
html.dark-mode #identity_switch_dropdown li:hover {
|
|
background-color: #374549
|
|
} |