Skip to content

Commit 1b53899

Browse files
committed
modify: design for modal window creating new folder (dark theme)
1 parent d67e400 commit 1b53899

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

browser/main/modals/CreateFolderModal.styl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,23 @@
6666
body[data-theme="dark"]
6767
.root
6868
modalDark()
69+
width 700px
70+
height 200px
71+
overflow hidden
72+
position relative
73+
padding 0 40px
6974

7075
.header
71-
background-color $ui-dark-button--hover-backgroundColor
76+
background-color transparent
7277
border-color $ui-dark-borderColor
7378
color $ui-dark-text-color
7479

80+
.control-folder-label
81+
color $ui-dark-text-color
82+
83+
.control-folder-input
84+
border 1px solid #C9C9C9 // TODO: use variable.
85+
7586
.closeButton
7687
border-color $ui-dark-borderColor
7788
color $ui-dark-text-color

0 commit comments

Comments
 (0)