@@ -22,7 +22,7 @@ body {overflow: hidden;
2222 -moz-user-select : none;
2323 -ms-user-select : none;
2424 user-select : none;
25- background-color : # 222 ;
25+ background-color : # 1d1d1b ;
2626}
2727
2828h1 {font-size : 36px ; font-weight : normal; color : # 888 ; margin-bottom : 20px }
@@ -81,7 +81,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
8181.files .options .optionsList a : hover {color : # fff ; cursor : pointer}
8282.files input : focus , .findReplace input : focus , .findReplace select : focus , .password : focus {outline : 0 ; box-shadow : 0 0 10px 1px rgba (0 , 198 , 255 , 0.7 )}
8383.files .button {position : absolute; border : 0 ; background : # 444 ; color : # eee ; height : 20px ; margin-top : 16px ; margin-left : 5px ; font-size : 11px ; cursor : pointer}
84- .files .button : hover {background-color : # 222 ; color : # eee }
84+ .files .button : hover {background-color : # 1d1d1b ; color : # eee }
8585.files .frame {display : inline-block; width : 250px ; margin-top : 24px }
8686.files .serverMessage {position : absolute; display : inline-block; width : 450px ; bottom : 0 ; background-color : rgba (255 , 255 , 255 , 0.8 ); font-size : 10px ; padding : 4px 12px 1px 12px ; opacity : 0 ;
8787 transition : opacity 0.2s ;
@@ -109,7 +109,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
109109.tabsBar .newTab {position : absolute; display : inline-block; height : 15px ; padding : 4px 7px 3px 7px ; background : # ddd ; cursor : pointer; z-index : 0 ;
110110 transition : left 0.15s ease-in-out;
111111}
112- .editor .findBar {display : inline-block; height : 28px ; width : 2400px ; color : # fff ; background-color : # 141612 }
112+ .editor .findBar {display : inline-block; height : 28px ; width : 2400px ; color : # fff ; background-color : # 1d1d1b }
113113.findBar .findReplace {position : absolute; padding-top : 2px ; z-index : 1 }
114114.findReplace .selectWrapper {position : relative; display : inline-block}
115115.findReplace .selectWrapper select {position : relative; padding : 1px ; border : 0 ; background : url ('../images/select-arrow.gif' ) no-repeat right # 444 ; color : # fff ; font-size : 10px ; height : 16px ;
@@ -135,7 +135,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
135135.findBar .bug {position : fixed; display : inline-block; width : 16px ; height : 16px ; right : 16px ; top : 48px ; background : url ('../images/bug-reporting-icons.png' ) 0 0 no-repeat; cursor : pointer; background-position : 0 0 }
136136.editor .code {position : relative; display : inline-block; top : 28px ; width : 600px ; height : 600px ; visibility : hidden}
137137
138- .footer {position : fixed; display : inline-block; width : 100% ; height : 30px ; bottom : 0 ; background-color : rgba (0 , 0 , 0 , 0.7 ); left : 0 ; z-index : 1 }
138+ .footer {position : fixed; display : inline-block; width : 100% ; height : 30px ; bottom : 0 ; background-color : rgba (0 , 0 , 0 , 0.15 ); left : 0 ; z-index : 1 }
139139.footer .nesting {position : absolute; display : inline-block; padding : 5px ; margin-top : 10px ; left : 260px ; border-radius : 5px ; background-color : # 0b0 ; cursor : default}
140140.footer .splitPaneControls {position : absolute; display : inline-block; width : 50px ; text-align : center; padding : 6px }
141141.footer .splitPaneControls .off {display : inline-block; width : 18px ; height : 18px ; margin-right : 10px ; background : url ('../images/split-pane-controls.gif' ) no-repeat 0 0 ; cursor : pointer}
0 commit comments