Skip to content

Commit

Permalink
switched to Adam's icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Dec 14, 2016
1 parent bb7ab5d commit c04e498
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ el.app.on('ready',_=>{
db.devTools&&w.webContents.openDevTools()
})
el.app.on('window-all-closed',_=>el.app.quit())

global.ev=x=>eval(x)
global.js=(i,x)=>el.BrowserWindow.fromId(i).webContents.executeJavaScript(x)
const inc=x=>x+1
Binary file modified style/img/tb_AO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_BH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_BK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_CBP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_DO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_ED.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_ER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_FD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_LN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_MA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_NX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_PV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_RM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_TC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified style/img/tb_WI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ input[type=checkbox]:focus{outline:dotted #000 1px;outline-offset:2px}
.toolbar .tc_only{display:none}
.tracer .toolbar .tc_only{display:block}
.tb_btn{float:left;width:24px;height:24px;border:solid transparent 1px;text-align:center;font-weight:bold;
background:no-repeat center center;text-indent:-9999px;cursor:default}
background:no-repeat center center;text-indent:-9999px;cursor:default;background-size:20px 20px}
.tb_btn:hover{border-color:#fff #888 #888 #fff}
.tb_btn.armed{border-color:#888 #fff #fff #888}
.tb_btn.pressed{background-color:#eee;border-color:#888 #fff #fff #888}
Expand All @@ -194,8 +194,8 @@ input[type=checkbox]:focus{outline:dotted #000 1px;outline-offset:2px}
.tb_ED {background-image:url(img/tb_ED.png)}
.tb_WI {background-image:url(img/tb_WI.png)}
.tb_CBP {background-image:url(img/tb_CBP.png)}
.tb_SC {background-image:url(img/tb_SC.png);background-size:16px 16px}
.tb_RP {background-image:url(img/tb_RP.png);background-size:16px 16px}
.tb_SC {background-image:url(img/tb_SC.png)}
.tb_RP {background-image:url(img/tb_RP.png)}
.tb_sep{float:left;width:10px;height:24px;background:no-repeat center center url(img/tb_sep.png)} /*separator*/
/*search and replace*/
.win,.floating-window{position:absolute;left:0;right:0;top:32px;bottom:0;
Expand Down

0 comments on commit c04e498

Please sign in to comment.