We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67e400 commit 1b53899Copy full SHA for 1b53899
1 file changed
browser/main/modals/CreateFolderModal.styl
@@ -66,12 +66,23 @@
66
body[data-theme="dark"]
67
.root
68
modalDark()
69
+ width 700px
70
+ height 200px
71
+ overflow hidden
72
+ position relative
73
+ padding 0 40px
74
75
.header
- background-color $ui-dark-button--hover-backgroundColor
76
+ background-color transparent
77
border-color $ui-dark-borderColor
78
color $ui-dark-text-color
79
80
+ .control-folder-label
81
+ color $ui-dark-text-color
82
+
83
+ .control-folder-input
84
+ border 1px solid #C9C9C9 // TODO: use variable.
85
86
.closeButton
87
88
0 commit comments