Commit Graph

112 Commits

Author SHA1 Message Date
Andrew Dolgov 62c37cd697 fix night theme css 2017-12-03 14:19:56 +03:00
Andrew Dolgov 9dd336a2c3 generate base css files using lessc 2017-11-29 18:55:12 +03:00
Andrew Dolgov 80fbc1fdc4 compact.css: remove version tag 2017-01-26 22:43:57 +03:00
Andrew Dolgov 181c8285dd add compact theme with smaller font 2017-01-26 22:41:18 +03:00
Andrew Dolgov 7d9aac9afa remove default.css 2017-01-25 12:18:15 +03:00
Andrew Dolgov e432b8fbe2 implement cache-busting for default theme.css
night theme: small fixes
2017-01-25 12:17:41 +03:00
Anders Kaseorg 6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:14 -05:00
Dmitry Potapov 14fa9ce6b3 Fix themes/night.css for iOS browsers
Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.
2016-08-26 12:36:47 +03:00
Andrew Dolgov d8895ec679 1.15.3 to fix tag/version mismatch 2014-12-10 21:33:18 +03:00
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 2014-12-09 15:16:53 +03:00
Andrew Dolgov 682c7c2911 night theme: add workaround for grayscale filter not working on firefox, other minor tweaks 2014-12-06 11:45:41 +03:00
Andrew Dolgov 420ec63425 add some improvements for night css 2014-01-31 14:46:51 +04:00
Andrew Dolgov df025669db add (experimental) night.css 2014-01-30 01:33:36 +04:00
Andrew Dolgov 196724d1b5 add dijit.css to default theme 2014-01-28 15:12:22 +04:00
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
2013-05-19 21:22:01 +04:00
Andrew Dolgov f67c80a77b add missing themes/ 2013-03-28 21:07:03 +04:00
Andrew Dolgov 96f0a3e79d remove themes/ 2013-01-23 15:36:32 +04:00
Andrew Dolgov 983702546e rename triple-pane theme to widescreen 2012-01-31 15:57:01 +04:00
Andrew Dolgov 72954b22c5 triple-pane: remove obsolete files 2011-03-28 13:08:56 +04:00
Andrew Dolgov ef1805f8b7 remove obsolete themes 2011-03-28 12:14:28 +04:00
Andrew Dolgov d80b3f3de1 fix triple-pane theme 2011-03-28 11:33:41 +04:00
Andrew Dolgov f52df691c3 triple-pane: do not try to rework UI using javascript while in CDM 2010-12-27 12:40:46 +03:00
Andrew Dolgov 8d3cb8c0a9 enable triple-pane theme; fix theme system not working 2010-11-17 13:40:38 +03:00
Andrew Dolgov 6c70137c73 update theme css 2010-11-14 18:08:50 +03:00
Andrew Dolgov b8c2af9c8c small css tweak in neutral theme 2010-11-13 00:31:46 +03:00
Andrew Dolgov 963bb2890d compact theme: add missing options field 2010-11-07 18:25:47 +03:00
Andrew Dolgov 4336531d78 add updated triple-pane theme 2010-02-16 13:28:31 +03:00
Andrew Dolgov 02b289d661 feedlist: replace a elements with spans 2010-02-15 14:18:31 +03:00
Andrew Dolgov 0680cea378 tweak css 2010-01-20 15:39:34 +03:00
Andrew Dolgov 3a4d6df374 css: font family tweaks 2010-01-15 19:22:21 +03:00
Andrew Dolgov 2a13f31c39 adjust input sizes in neutral theme 2010-01-15 17:21:30 +03:00
Andrew Dolgov 753fc766ad update neutral theme: fix disabled controls 2010-01-15 15:59:44 +03:00
Andrew Dolgov 6d9761498e update neutral theme 2010-01-15 15:58:04 +03:00
Andrew Dolgov bb6313961a neutral: add fresh_sign imag 2010-01-15 15:48:02 +03:00
Andrew Dolgov b3af99a0c5 theme system updates; remove old-skool theme; add neutral theme 2010-01-15 13:43:17 +03:00
Andrew Dolgov 5499ab51eb add Greentiny theme 2010-01-15 12:07:15 +03:00
Andrew Dolgov e71f261009 replace some theme-specific frontend hooks with theme options 2010-01-15 11:46:20 +03:00
Andrew Dolgov 8d66a48a6d neon: tweak notify() colors 2010-01-14 23:46:11 +03:00
Andrew Dolgov 883fee8df0 neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
Andrew Dolgov f94ba97593 neon: add disabled controls 2010-01-14 19:35:17 +03:00
Andrew Dolgov 4aeee290ce neon: add missing button images 2010-01-14 19:08:16 +03:00
Andrew Dolgov b47362e7cf neon theme updates (4) 2010-01-14 19:07:53 +03:00
Andrew Dolgov e89e4da6b5 classic theme: display buttons properly 2010-01-14 19:03:23 +03:00
Andrew Dolgov e982360967 do not require themed images to be overridden 2010-01-14 19:02:45 +03:00
Andrew Dolgov 48cdacecb5 neon theme updates (3) 2010-01-14 18:41:26 +03:00
Andrew Dolgov 3dad917c9c update neon theme (2) 2010-01-14 17:17:40 +03:00
Andrew Dolgov 3e7c21a406 update neon theme 2010-01-14 17:12:34 +03:00
Andrew Dolgov b97e6e0267 reorganize theme support; add some themeable icons; add neon theme 2010-01-14 16:11:54 +03:00
Andrew Dolgov d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov f2105630c6 graycube fixes 2010-01-13 10:10:45 +03:00