mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
This commit is contained in:
commit
53810bc5f5
|
@ -50,3 +50,5 @@ $c_navBarSpacer : #A0A0A0;
|
||||||
$c_navBarSpacerShadow : #C8C8C8;
|
$c_navBarSpacerShadow : #C8C8C8;
|
||||||
|
|
||||||
$c_btn_inverse : #736B68;
|
$c_btn_inverse : #736B68;
|
||||||
|
|
||||||
|
$c_notification_red : #FF0000;
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
background-color: #333232;
|
background-color: #333232;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 2px solid #8AA051;
|
border: 2px solid #8AA051;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notificationItemContent {
|
.notificationItemContent {
|
||||||
|
@ -92,12 +93,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullNotification {
|
.fullNotification {
|
||||||
border: 2px solid red !important;
|
border: 2px solid $c_notification_red !important;
|
||||||
background-color: red !important;
|
background-color: $c_notification_red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stat_hd #stat_hd_counter {
|
#stat_hd #stat_hd_counter {
|
||||||
color: white;
|
color: white;
|
||||||
margin-left: 8px;
|
margin-left: 0px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue