diff --git a/Youpp.app/Contents/Resources/app.nw/styles.css b/Youpp.app/Contents/Resources/app.nw/styles.css index 25f76ee..03405c3 100644 --- a/Youpp.app/Contents/Resources/app.nw/styles.css +++ b/Youpp.app/Contents/Resources/app.nw/styles.css @@ -103,6 +103,7 @@ input, textarea, select, button { -webkit-user-select: text; cursor: text; -webkit-font-smoothing: inherit; + color: #444; } .box, input { border: 0.2em solid #444; diff --git a/pack-Youpp.bat b/pack-Youpp.bat deleted file mode 100644 index 039d249..0000000 --- a/pack-Youpp.bat +++ /dev/null @@ -1,6 +0,0 @@ -xcopy /s node-webkit Youpp -cd Youpp -copy /b nw.exe+Youpp.nw Youpp.exe -del nw.exe -del nwsnapshot.exe -PAUSE \ No newline at end of file