summaryrefslogtreecommitdiffhomepage
path: root/themes
AgeCommit message (Collapse)Author
2019-07-07luci-theme-bootstrap: add CBI order drag/drop stylesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07luci-theme-bootstrap: add various CSS tweaksJo-Philipp Wich
- Apply the same style to <button> and <input type="button"> elements - Increase width of modal CBI dialogs Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07luci-base: replace uci change pages with client side modal dialogJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-28Fix a overview page style issue for various themesAnton Kikin
Fixed a overview page style issue with interface boxes for bootstrap, material and rosy themes. The issue only appears in the Chrome browser and lies in the fact that the block with the device name and MAC address gets out of the interface block. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-06-27luci-theme-material: change string 'Loading...' to 'Collecting data...'Martin Schiller
It's better to reuse the already available and well translated string 'Collecting data...'. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26luci-theme-material: make 'Loading...' text translatableMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-04Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-materialFlorian Eckert
luci-theme-material: fix checkbox css StaticList view
2019-06-04luci-theme-material: fix checkbox css StaticList viewFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-03themes: don't reset theme on package upgradesJo-Philipp Wich
Fixes: #2743 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-05-05luci-theme-rosy: fix table overflow on network/switchyglb
Signed-off-by: Rosy Song <rosysong@rosinson.com> Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
2019-04-12Merge pull request #2509 from shunjou/material-svgJo-Philipp Wich
luci-theme-material: icons and other changes
2019-04-08luci-theme-bootstrap: fixed input fields having disabled/uneditable colourDavid Hari
Submitted-by: David Hari <d-hari@hotmail.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-07luci-theme-rosy: fix hidden footer for mobile devicesYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix issue on header and footer compatibilityYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix view for rosy-file-server packagesyglb
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix indentRosy Song
fix indent for htdocs/luci-static/rosy/cascade.css Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: fix #2645Rosy Song
fix view on network / switch https://github.com/openwrt/luci/issues/2645 Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: add css style for modal-overlay warningRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: tweak padding for tabsRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-material: icons and other changesshunjou
* Remove excess font dependency * Retain two glyphs as svg * Store svg icons externally * Add logout icon * Replace spaces with tabs in script * Various minor fixes Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-07luci-theme-material: correct main menu color variableshunjou
* Also declare default color above as fallback Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-06Merge pull request #2583 from TDT-AG/pr/20180227-luci-theme-materialJo-Philipp Wich
luci-theme-material: fix loading view on href
2019-03-10luci-theme-rosy: Repair head and body alignment bugs.YanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-03-10luci-theme-rosy: Modification of header style of Web pages.YanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-03-10luci-theme-rosy: Fix the display bug in the mobile login interfaceYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-02-27luci-theme-material: fix loading view on hrefFlorian Eckert
After opening an external hyperlink in a new browser tab, LuCI hangs in the load screen. This commit will fix this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-02-18luci-theme-rosy: Correcting Writing Errors and Style ErrorsYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-02-13treewide: move freifunk-related packages to separate repoSven Roederer
Even Freifunk was one of the major factory to create the LuCI-system, it's now only a very small part of LuCI. LuCI has become a much bigger thing and it seems that it's time to move the packages only relating to Freifunk into it's own feed. On the mailinglist it was discussed [1] and a repo below the general Freifunk team on github was created. This commit removes all packages that will be hosted in the new repo [2] 1 - http://lists.freifunk.net/pipermail/wlannews-freifunk.net/2019-February/004818.html 2 - https://github.com/freifunk/openwrt-packages Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2019-01-30luci-theme-material: fix firewall table styleshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-01-30Merge pull request #2484 from yglb/rosy-bugsfixJo-Philipp Wich
luci-theme-rosy: Fixed most bugs and modified some interface styles
2019-01-29luci-theme-material: various css changesshunjou
* Improve dropdown menu indicators * Remove border on code * Compensate for occasional log overflow * Restrict webkit scrollbar style from mobile Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-01-28luci-theme-rosy:YanlanShen
luasrc: Modify the layout to accommodate style changes Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-01-28luci-theme-rosy:YanlanShen
htdocs: Modify scrollbar styles, and most interface style changes and bug fixes Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-01-10luci-theme-rosy: Fixed modal box misalignment problemYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2019-01-10luci-theme-rosy: Fixed some table rounded display issuesYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2019-01-10luci-theme-rosy: Fixed table color matching problemYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2019-01-10luci-theme-rosy: (html)Change the scroll bar style, compatible with each bowerYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2019-01-10luci-theme-rosy: Change the scroll bar style, compatible with each browserYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-20luci-theme-material: make top level menu fontcolor configurableFlorian Eckert
If you change the color of the submenues then the colors of the toplevel should also be changed into the same color. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-16luci-theme-bootstrap: fix textarea height after CSS minificationJo-Philipp Wich
Fixes #2378 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-11luci-theme-rosy: Fixed insufficient container container widthYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-10luci-theme-{freifunk-generic,material,rosy}: fixup tab CSSJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-openwrt: add required CSS rules for new tabbing codeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-bootstrap: add required CSS rules for new tabbing codeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-openwrt: style tweaksJo-Philipp Wich
- Collapse table borders by default - Vertically align table cell content - Inherit font family and size for form widgets - Fix redundant horizontal padding for cell labels Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-bootstrap: dynlist style tweakJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-07Merge pull request #2334 from yglb/masterJo-Philipp Wich
luci-theme-rosy: Fix related bugs displayed on the page
2018-12-07Merge pull request #2347 from shunjou/theme-materialJo-Philipp Wich
luci-theme-material: partial style overhaul
2018-12-05luci-theme-material: make header logo link to main overviewshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2018-12-05luci-theme-material: partial style overhaulshunjou
* Restore theme to near original style * Properly declare variable fallbacks * More consistent table and border styling * Improve responsive design scaling * Add static ripple effect to sidebar menu * Style command output as terminal * Comb coding style and widespread cleanup * Various other improvements and fixes Signed-off-by: Shun Jou <shunjou@gmail.com>