Jo-Philipp Wich
0130e2b08c
themes: render menu even when not logged in
...
Ref: #3563
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-25 23:28:24 +01:00
Florian Eckert
71743a7ef6
luci-theme-material: fix button position on modal save
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-01-21 09:21:55 +01:00
Florian Eckert
1c49bda198
luci-theme-material: fix apply dropdown color
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-01-20 14:11:53 +01:00
Jo-Philipp Wich
0d97ea26f8
luci-theme-bootstrap: add CSS fixes for tooltip elements
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-19 17:50:37 +01:00
Jo-Philipp Wich
3c5feae57c
luci-theme-bootstrap: fix invalid dropdown state styling
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-15 18:54:32 +01:00
Jo-Philipp Wich
185b84bc9d
Merge pull request #3401 from MartB/modal-heightfixv2
...
luci-theme-*: remove modal max-height #3383 v2
2019-12-25 17:58:06 +01:00
Jo-Philipp Wich
fff15e4e71
luci-theme-rosy: mark as broken
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22 23:20:23 +01:00
Jo-Philipp Wich
92eecedc8a
luci-theme-material: render menu on client side
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16 18:07:17 +01:00
Jo-Philipp Wich
ebc99a6ab3
luci-theme-openwrt: render menu on client side
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16 18:07:17 +01:00
Jo-Philipp Wich
5db4463ace
luci-theme-bootstrap: render menu on client side
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16 18:07:17 +01:00
MartB
c6122af7ea
luci-theme-*: remove modal max-height #3383 v2
...
Signed-off-by: MartB <mart.b@outlook.de>
2019-12-10 17:26:10 +01:00
MartB
7f9eb4638b
luci-theme-bootstrap: fix background of large modal overlays.
...
Signed-off-by: MartB <mart.b@outlook.de>
2019-12-02 22:17:59 +01:00
Jo-Philipp Wich
8672ddcf0b
luci-theme-bootstrap: allow textarea resizing
...
Fixes : #3317
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-22 09:16:45 +01:00
Jo-Philipp Wich
13e9e3e9e8
treewide: fix "Unhandled token" errors with Lua CBI maps
...
The `data-type` attribute is used to bind datatype validators to a widget
while some templates used the same attribute to denote the name of the
underlying widget.
Change the `data-type` attributes referring to the widget name to
`data-widget` in order to stop the JS token error spam.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-16 18:25:52 +01:00
Jo-Philipp Wich
df38e4505c
luci-theme-bootstrap: minor page action alignment fix
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-13 08:51:37 +01:00
Jo-Philipp Wich
e8abe15483
luci-theme-bootstrap: fix mobile input cutoff in dropdowns
...
Fixes : #3285
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-10 19:52:48 +01:00
Jo-Philipp Wich
3a82faf21a
themes: add necessary styles for ComboButton
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-10 18:20:56 +01:00
Jo-Philipp Wich
3d0861de20
luci-theme-bootstrap: minor CSS fixes
...
- Don't remove background for disabled buttons
- Move inactive tooltip element further out of the view area
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-10 18:18:53 +01:00
Jo-Philipp Wich
1116575513
luci-theme-bootstrap: fix ifacebox cutoff on OS X Safari
...
Fixes : #3278
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-08 15:59:40 +01:00
Ashus
39ae339051
Replaced an old icon with a new one, format changed from ICO to PNG to make it even smaller.
...
- references #2251
Signed-off-by: Ashus <github.com@ashus.net>
2019-10-09 23:26:45 +02:00
mpratt14
24fbd754aa
luci-theme-openwrt: fix scrolling issue in syslog
...
Depending on the browser, it is sometimes difficult to scroll if moused
over or after clicking or highlighting text. I often have to click outside
the text to be able to scroll again. The browser perceives that there is
scrolling space/content within the <textarea> element because it is
almost, but not exactly, the same size as its parent <div> element,
when in reality, there is no more text content. This causes scrolling
within the element with a range of just a few pixels, and the rest of
the page remains static.
This is easily solved by adding the "overflow-y" property with value
"hidden". Tested by myself on Chrome 64-bit Windows 10
Signed-off-by: Michael Pratt <mpratt51@gmail.com>
[rewrap commit message, fix Sob syntax]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-24 08:15:08 +02:00
Jo-Philipp Wich
277053a5e9
luci-theme-material: mobile style fixes
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-22 22:27:12 +02:00
Jo-Philipp Wich
5223c7c221
luci-theme-material: fix some severe styling issues
...
Add some CSS band aids to fix styling and positioning of hidden tab panes,
cbi maps in modal dialogs and nested cbi sections.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-22 19:33:34 +02:00
Florian Eckert
4eeded7051
Merge pull request #3024 from TDT-AG/pr/20190829-material-logo
...
luci-theme-material: show logo also on login page
2019-09-13 14:20:44 +02:00
Jo-Philipp Wich
e712a8a4ac
luci-theme-bootstrap: tune .alert-message padding and margin
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-12 11:10:19 +02:00
Jo-Philipp Wich
43d8e98a15
luci-theme-bootstrap: cleanup alert-message css, add fade-in/fade-out anims
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-11 09:23:16 +02:00
Jo-Philipp Wich
fd40efdf4d
luci-theme-bootstrap: mobile style fixes for wifi overview view
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-10 15:29:15 +02:00
Jo-Philipp Wich
6f6a29bcb0
luci-theme-bootstrap: add required styles for file upload widget
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-10 15:28:16 +02:00
Martin Schiller
92069c1f74
luci-theme-material: show logo also on login page
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-08-29 14:17:33 +02:00
TsLenMo
0623b5362c
luci-theme-rosy: fix a software page style issue
...
The software page is out of the parent box, and the same is true in chrome and firefox.
Signed-off-by: TsLenMo <2013319822@qq.com>
2019-08-06 17:31:29 +08:00
Jo-Philipp Wich
f743b96882
luci-theme-bootstrap: add CBI order drag/drop styles
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07 15:36:26 +02:00
Jo-Philipp Wich
c16609b976
luci-theme-bootstrap: add various CSS tweaks
...
- 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-07 15:36:26 +02:00
Jo-Philipp Wich
fda4ba598c
luci-base: replace uci change pages with client side modal dialog
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07 15:25:49 +02:00
Anton Kikin
5d26fec0bf
Fix a overview page style issue for various themes
...
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-28 19:04:22 +03:00
Martin Schiller
f9f71ba673
luci-theme-material: change string 'Loading...' to 'Collecting data...'
...
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-27 06:24:35 +02:00
Martin Schiller
e633934a4a
luci-theme-material: make 'Loading...' text translatable
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26 13:53:59 +02:00
Florian Eckert
1e138fdccf
Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-material
...
luci-theme-material: fix checkbox css StaticList view
2019-06-04 15:17:50 +02:00
Florian Eckert
74d2b24197
luci-theme-material: fix checkbox css StaticList view
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-04 15:16:54 +02:00
Jo-Philipp Wich
5fd071aadb
themes: don't reset theme on package upgrades
...
Fixes : #2743
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-03 16:49:10 +02:00
yglb
e9327c8e2c
luci-theme-rosy: fix table overflow on network/switch
...
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
2019-05-05 11:03:22 +08:00
Jo-Philipp Wich
4409bc2964
Merge pull request #2509 from shunjou/material-svg
...
luci-theme-material: icons and other changes
2019-04-12 07:39:29 +02:00
David Hari
f8166387bf
luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
...
Submitted-by: David Hari <d-hari@hotmail.com>
[reword commit subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08 08:16:01 +02:00
YanlanShen
14c9de571a
luci-theme-rosy: fix hidden footer for mobile devices
...
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 18:17:16 +08:00
YanlanShen
f5209f378e
luci-theme-rosy: fix issue on header and footer compatibility
...
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 18:13:23 +08:00
yglb
1b2c0fd0fa
luci-theme-rosy: fix view for rosy-file-server packages
...
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 17:43:32 +08:00
Rosy Song
533a39a663
luci-theme-rosy: fix indent
...
fix indent for htdocs/luci-static/rosy/cascade.css
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:43:13 +08:00
Rosy Song
df629699bb
luci-theme-rosy: fix #2645
...
fix view on network / switch
https://github.com/openwrt/luci/issues/2645
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:42:15 +08:00
Rosy Song
e63eecff85
luci-theme-rosy: add css style for modal-overlay warning
...
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:39:42 +08:00
Rosy Song
5bc6ceba2f
luci-theme-rosy: tweak padding for tabs
...
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 15:24:52 +08:00
shunjou
7a2085a8e5
luci-theme-material: icons and other changes
...
* 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-07 03:05:36 -04:00