mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
Merge pull request #343 from GNS3/Style-fix-for-divider
Style fix for divider
This commit is contained in:
commit
a7386104b4
@ -93,7 +93,7 @@
|
||||
|
||||
<div id="menu-wrapper" [ngClass]="{ extended: drawTools.visibility }">
|
||||
<app-nodes-menu [server]="server" [project]="project"></app-nodes-menu>
|
||||
<mat-divider class="style-fix" [vertical]="true"></mat-divider>
|
||||
<mat-divider class="divider" [vertical]="true"></mat-divider>
|
||||
<button
|
||||
matTooltip="Add a note"
|
||||
mat-icon-button
|
||||
|
@ -81,11 +81,12 @@ g.node:hover {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
mat-divider.style-fix {
|
||||
mat-divider.divider {
|
||||
height: 40px;
|
||||
margin-left: 1px;
|
||||
margin-right: 7px;
|
||||
width: 10px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
Loading…
Reference in New Issue
Block a user