-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dark Theme #394
base: master
Are you sure you want to change the base?
Add Dark Theme #394
Conversation
@Jatana can you also share a screenshot of the UI |
@Ram81, here the sample - https://imgur.com/eYeyVyi |
@Jatana can you make toggle button similar to the following image. |
Alpha It is changed 'Net Name' |
bottom: 0px; | ||
width: 20%; | ||
background-color: #F3F3F3; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 55e8068.
ide/static/css/style.css
Outdated
.canvas{ | ||
flex: 1 1 auto; | ||
width: 100%; | ||
position: relative; | ||
overflow: scroll; | ||
// overflow: scroll; | ||
border: 1px solid #ddd; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why comment this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 5e83dc8.
ide/static/css/style.css
Outdated
left: 0; | ||
right: 0; | ||
top: 15px; | ||
right: 305px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix alignment of netName
control it isn't placed in center of the canvas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 5e83dc8.
@Jatana good work overall. Few changes:
|
Add dark ui mode for the fabrik.