Commit Graph

139 Commits

Author SHA1 Message Date
Hadi Nategh
b7d9cc9513 WIP darkmode theme: fix some styling 2020-12-16 16:34:48 +01:00
Hadi Nategh
688387a160 WIP darkmode theme: do not apply dark filter to images 2020-12-16 14:16:24 +01:00
Hadi Nategh
f21ac58c87 Introduce dark/light mode theme switch into framework 2020-12-15 20:24:25 +01:00
Hadi Nategh
cf1f3203d0 Remove excessive margin-top from toolbar's more button 2020-09-21 12:21:46 +02:00
Hadi Nategh
35118299cf Fix some styling issues 2020-07-13 16:33:43 +02:00
nathangray
6a7bbb40fe Remove trash icon on first favorite 2020-06-02 14:22:49 -06:00
Hadi Nategh
25455ba8a5 Set svg icons for selectboxes 2020-03-12 13:37:53 +01:00
Hadi Nategh
163eb1fe48 Apply some fine alignments on sidebar menu items 2019-09-27 12:23:52 +02:00
nathangray
861794fc4d use SVG for attach icon 2019-09-09 16:29:12 -06:00
nathangray
dcea81513d Replace vfs entry red X icons with trash can 2019-05-31 12:04:22 -06:00
nathangray
b2feaf042a Replace remaining red X icons with trash can 2019-05-24 13:18:23 -06:00
Hadi Nategh
4a010c3edd Migrate couple of more png icons to svg 2019-05-22 11:23:44 +02:00
Hadi Nategh
4b1aefef62 Fix hover color of toolbar's more button 2019-04-15 15:20:54 +02:00
Hadi Nategh
fa8381c229 Remove underline decoration from favorites item 2019-04-09 14:31:41 +02:00
Hadi Nategh
6d475de316 Add svg version of favorite icon 2019-04-09 11:36:56 +02:00
Hadi Nategh
f720ffdf1d Fix favorites styles inside sidebar menu 2019-04-09 11:02:12 +02:00
Hadi Nategh
281a75883c Some improvements for nextmatch header style 2019-03-25 14:21:56 +01:00
Hadi Nategh
7f138c8ad9 Add more style to vfsPath 2019-01-16 16:05:38 +01:00
Hadi Nategh
583188e192 Match et2_require color with the rest 2018-12-17 16:01:36 +01:00
Hadi Nategh
59b0b985b0 Change delete icon for link_to widget 2018-12-13 16:27:55 +01:00
Hadi Nategh
66bb77b37c Fix 7-5 days switch action in calendar toolbar does not show a right cursor 2018-09-20 14:25:24 +02:00
Hadi Nategh
835913e454 Fix file upload button does not cover its caption 100% 2018-04-11 16:45:05 +02:00
Hadi Nategh
b56fc20a94 Fix splitters style 2018-03-26 11:20:42 +02:00
nathangray
2d93c48b75 Some style fixes:
- Missing icons in several dialogs
- Change nextmatch dialog action to use et2_dialog
2017-11-28 15:59:06 -07:00
nathangray
95e66730c4 Etemplate - add 'app_icons' option for link-entry to show app selection as a list with icons 2017-09-13 10:22:07 -06:00
Hadi Nategh
b680e76c45 * All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht. 2016-10-28 10:17:14 +02:00
Hadi Nategh
d3467b49e7 Implement fav_filter icon base on template 2016-09-29 12:06:40 +02:00
Hadi Nategh
03709d1ba3 Change fav icon from bullet to star 2016-07-27 09:42:54 +02:00
Hadi Nategh
e5f35bedae Improve style of taglist 2016-06-15 17:05:37 +02:00
Hadi Nategh
bc923dfa12 Try to mid align favorite icons 2016-06-02 10:40:07 +02:00
Hadi Nategh
6349fa7f27 Better alignment for items in sidebar 2016-05-30 18:26:02 +02:00
Hadi Nategh
179d121efa Fix toolbar menulist height calculation 2016-05-27 16:32:56 +02:00
Hadi Nategh
c35654ddca Fix hover color on prev-today-next buttons on date picker 2016-05-18 14:41:51 +02:00
Ralf Becker
76ab72d689 fix eT2 appicon widget should allways have gray-filter applied
was not the case in grid (table.egwGridView_grid)
also ignored .css in less subdir incl. removal off already committed ones
2016-05-16 15:36:18 +02:00
Hadi Nategh
0014210130 Fix knowledgebase image preview size 2016-04-26 13:53:37 +00:00
Hadi Nategh
d8cf78d045 Fix taglist-cat widget jumps when selecting "-" button 2016-04-21 14:13:20 +00:00
Hadi Nategh
c4ff76b47d Replace link_to icon from plus to attach 2016-04-18 10:58:51 +00:00
Hadi Nategh
6e30e4e0b3 Fix styling for Filemanager:
- Fix plus icon of add button is misaligned in FF
- Fix add button not getting same hover background as others
2016-04-13 08:48:56 +00:00
Hadi Nategh
410c5c242e Fix et2_file upload for pixelegg 2016-04-08 14:23:01 +00:00
Hadi Nategh
d48a968674 Dialog styling W.I.P.:
- New design for link_to widget
2016-04-07 17:13:06 +00:00
Hadi Nategh
e75a1b6348 Dialog styling W.I.P.:
- Get all buttons fit into footer toolbar for calendar edit
- Fix tabs flicker when switching between tabs
- Fix padding right for td
- Fix general styling for buttons
2016-04-07 12:42:27 +00:00
Hadi Nategh
50aae863b6 Edit dialogs style W.I.P.:
- Give tab widget new look
- Style grid header different
- Re-design calendar edit dialog
- Some fixes for multi et2_taglist
2016-04-06 16:43:51 +00:00
Nathan Gray
3428d82b26 New previous, next & check icons
Fix calendar sidebox previous & next buttons move when clicked
2016-04-01 15:12:27 +00:00
Ralf Becker
a54f8f2a28 fix some alignment issues: always have a margin for widgets with a lable, ... 2016-03-31 09:21:55 +00:00
Hadi Nategh
d5c9994d50 Fix slideSwitch styling for both desktop and mobile templates 2016-03-29 14:43:36 +00:00
Hadi Nategh
58e7ed75dd Mobile theme W.I.P:
- Fix toolbar menulist does not respect buttons width
- Add new font size
- Fix etemplate2.css reference
2016-03-29 09:04:37 +00:00
Nathan Gray
e638928a11 Change datepicker icons 2016-03-22 16:39:52 +00:00
Ralf Becker
b94ea49aa3 new favorite filter icon, asterisk instead of funnel 2016-03-18 16:13:37 +00:00
Nathan Gray
d1b0c25ae4 Change taglist toggle to tri-state where toggle button replaces dropdown trigger, instead of having a separate button 2016-03-09 16:20:53 +00:00
Ralf Becker
c0e3684806 move [+ Add] button to left of NM header 2016-03-09 10:14:48 +00:00