forked from 0x2620/oxjs
much better formatting of date ranges and their duration
This commit is contained in:
parent
13669aec63
commit
f0052d3e3c
4 changed files with 247 additions and 97 deletions
|
|
@ -95,9 +95,6 @@ Ox.load('UI', {
|
|||
WebkitUserSelect: 'text'
|
||||
});
|
||||
['moz', 'webkit'].forEach(function(browser) {
|
||||
Ox.print('-' + browser + '-linear-gradient(left top, left bottom, rgb(' +
|
||||
getColor(success, 0) + '), rgb(' +
|
||||
getColor(success, 1) + '))')
|
||||
$div.css({
|
||||
background: '-' + browser + '-linear-gradient(top, rgb(' +
|
||||
getColor(success, 0) + '), rgb(' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue