mirror of https://gitee.com/bigwinds/arangodb
104 lines
1.7 KiB
SCSS
104 lines
1.7 KiB
SCSS
.fixedDropdown {
|
|
margin: 37px 0 0 0 !important;
|
|
border-radius: 0 !important;
|
|
width: 210px;
|
|
}
|
|
|
|
.fixedDropdown:after {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.fixedDropdown .dropdown-item {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.fixedDropdown .dropdown-header {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.fixedDropdown a {
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.fixedDropdown .notificationItemContent {
|
|
width: 155px;
|
|
float: left;
|
|
margin-left: 15px;
|
|
max-width: 155px;
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.fixedDropdown button {
|
|
float:right;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.innerDropdownInnerUL {
|
|
min-height: 220px;
|
|
height: 220px !important;
|
|
width: 100%;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
float: left;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.innerDropdownInnerUL .dropdown-item:hover {
|
|
background-color: #E1E1E1 !important;
|
|
}
|
|
|
|
.innerDropdownInnerUL li {
|
|
width: auto !important;
|
|
}
|
|
|
|
.innerDropdownInnerUL li:last-child {
|
|
}
|
|
|
|
.fixedDropdown .notificationItem {
|
|
color: black;
|
|
}
|
|
|
|
.notificationItem i {
|
|
color: rgba(0, 0, 0, 0.2);
|
|
float: left;
|
|
font-size: 20px;
|
|
position: relative;
|
|
right: 4px;
|
|
top: -9px;
|
|
}
|
|
|
|
.notificationItem i:hover {
|
|
color: rgba(0, 0, 0, 1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
#stat_hd {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-top: 2px;
|
|
background-color: #333232;
|
|
border-radius: 3px;
|
|
border: 2px solid #8AA051;
|
|
}
|
|
|
|
.notificationItemContent {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.fullNotification:hover {
|
|
cursor:pointer;
|
|
}
|
|
|
|
.fullNotification {
|
|
border: 2px solid red !important;
|
|
background-color: red !important;
|
|
}
|
|
|
|
#stat_hd #stat_hd_counter {
|
|
color: white;
|
|
margin-left: 8px;
|
|
line-height: 24px;
|
|
}
|