Skip to content

Commit

Permalink
Renamed CSS folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jul 25, 2015
1 parent 34072ba commit 2942ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ require('jquery-ui/sortable');
try{var powerSaveBlocker=require('remote').require('power-save-blocker')}catch(ex){var sleep=require('computer-sleep/sleep')}

// inject css
if (!$("link[href='"+relbase+"/public/general.css']").length) {
$('<link href="'+relbase+'/public/general.css" rel="stylesheet">').appendTo("head");
if (!$("link[href='"+relbase+"/css/general.css']").length) {
$('<link href="'+relbase+'/css/general.css" rel="stylesheet">').appendTo("head");
window.document.styleSheets[0].addRule('.wcp-menu-items::-webkit-scrollbar','width: 44px !important;');
window.document.styleSheets[0].addRule('.wcp-menu-items::-webkit-scrollbar-track','background-color: #696969 !important; border-right: 13px solid rgba(0, 0, 0, 0); border-left: 21px solid rgba(0, 0, 0, 0); background-clip: padding-box; -webkit-box-shadow: none !important;');
window.document.styleSheets[0].addRule('.wcp-menu-items::-webkit-scrollbar-thumb','background-color: #e5e5e5; border-right: 13px solid rgba(0, 0, 0, 0); border-left: 21px solid rgba(0, 0, 0, 0); background-clip: padding-box; -webkit-box-shadow: none !important;');
Expand Down

0 comments on commit 2942ab8

Please sign in to comment.