diff --git a/src/app/panels/terminal.js b/src/app/panels/terminal.js index d4006316e8..7fbbd5d7fc 100644 --- a/src/app/panels/terminal.js +++ b/src/app/panels/terminal.js @@ -43,26 +43,26 @@ var css = csjs` width : 100%; padding : 5px; } - .toggleTerminal { - margin-left : auto; + .clear { + margin-left : 10px; + margin-right : 10px; width : 10px; cursor : pointer; color : ${styles.terminal.icon_Color_TogglePanel}; - font-size : 14px; - font-weight : bold; } - .toggleTerminal:hover { - color : ${styles.terminal.icon_HoverColor_TogglePanel}; + .clear:hover { + color : ${styles.terminal.icon_HoverColor_Menu}; } - .clear { - margin-right : 5px; + .toggleTerminal { + margin-right : 10px; + font-size : 14px; + font-weight : bold; cursor : pointer; color : ${styles.terminal.icon_Color_Menu}; } - .clear:hover { - color : ${styles.terminal.icon_HoverColor_Menu}; + .toggleTerminal:hover { + color : ${styles.terminal.icon_HoverColor_TogglePanel}; } - .terminal { background-color : ${styles.terminal.backgroundColor_Terminal}; display : flex; @@ -113,12 +113,36 @@ var css = csjs` word-break : break-all; outline : none; font-family : monospace; + font-family: FontAwesome; + } + .search { + display: flex; + align-items: center; + margin-right: 10px; } .filter { ${styles.terminal.input_Search_MenuBar} - width : 150px; + width : 150px; + padding-right : 0px; + margin-right : 0px; + border-top-left-radius : 0px; + border-bottom-left-radius : 0px; + } + .searchIcon { + background-color : ${styles.colors.veryLightGrey}; + color : ${styles.terminal.icon_Color_Menu}; + height : 25px; + width : 25px; + border-top-left-radius : 3px; + border-bottom-left-radius : 3px; + display : flex; + align-items : center; + justify-content : center; + } + .listen { + min-width : 120px; + display : flex; } - .dragbarHorizontal { position : absolute; top : 0; @@ -226,13 +250,13 @@ class Terminal {
${self._view.dragbar}
+ ${self._view.icon}
- +
${self._view.dropdown} - - - ${self._view.icon} +
+
` diff --git a/src/app/ui/dropdown.js b/src/app/ui/dropdown.js index d006ae88c1..77b0b28633 100644 --- a/src/app/ui/dropdown.js +++ b/src/app/ui/dropdown.js @@ -13,7 +13,7 @@ var css = csjs` position : relative; display : flex; flex-direction : column; - margin-right : 3px; + margin-right : 10px; } .selectbox { display : flex;