-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitry Kotov
committed
Mar 4, 2015
1 parent
d8c4838
commit 8feeeea
Showing
14 changed files
with
178 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
/* line 3, ../sass/trello.sass */ | ||
.js-add-trello-timer.running { | ||
background: #2887bd; | ||
background: -webkit-linear-gradient(top, #2887bd, #1f6993); | ||
background: -moz-linear-gradient(top, #2887bd, #1f6993); | ||
background: -o-linear-gradient(top, #2887bd, #1f6993); | ||
background: linear-gradient(to bottom, #2887bd, #1f6993); | ||
color: white; | ||
} | ||
color: #fff; } | ||
|
||
/* line 11, ../sass/trello.sass */ | ||
.trello-timer-icon { | ||
background-position: 4px -83px; | ||
background-repeat: no-repeat; | ||
display: inline-block; | ||
height: 18px; | ||
margin: 0 0 -3px 0; | ||
position: relative; | ||
width: 18px; | ||
} | ||
width: 18px; } | ||
|
||
/* line 20, ../sass/trello.sass */ | ||
.js-add-trello-timer:hover .trello-timer-icon, .trello-timer-icon.running { | ||
background-position: 4px -122px; | ||
} | ||
background-position: 4px -122px; } |
Binary file modified
BIN
+1 Byte
(100%)
linkedbyair-harvest-chrome-extension/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
linkedbyair-harvest-chrome-extension/js/background/request_header.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
(function() { | ||
(function() { | ||
var _base; | ||
|
34 changes: 0 additions & 34 deletions
34
linkedbyair-harvest-chrome-extension/js/background/subdomain.js
This file was deleted.
Oops, something went wrong.
42 changes: 11 additions & 31 deletions
42
linkedbyair-harvest-chrome-extension/js/background/timesheet_version.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
linkedbyair-harvest-chrome-extension/js/profiles/basecamp.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.