REJack
12ad550a4a
fix(stylelint): config extend broken & fontawesome class lint error
2022-06-28 23:11:35 +02:00
Daniel
8209a2fb5e
feat: light mode only alt css
...
To reduce file size
2021-04-13 17:54:31 +05:30
Daniel
31e665add1
upgrade dark mode
2021-03-10 23:07:01 +05:30
REJack
ee814eb531
finish dark-mode overrides
2020-09-24 09:08:20 +02:00
REJack
08151496fc
add dark-mode in some components
2020-09-23 16:08:15 +02:00
REJack
949f91985f
add support for fontawesome svg icons ( #2920 )
...
* add support for fontawesome svg icons
* bump bundlewatch sizes
2020-07-24 17:59:40 +02:00
REJack
aac8ca32df
add font awesome light & duotone icons support ( #2911 )
...
* add font awesome light & duotone icons support
* fix lint error
2020-07-22 16:50:44 +02:00
XhmikosR
bce97813d6
Be explicit with the background color property ( #2834 )
2020-06-13 12:22:58 +02:00
XhmikosR
1451820057
Remove glyphicon leftovers. ( #2753 )
2020-06-01 14:07:35 +02:00
XhmikosR
3d87e3c4cb
Adhere to the Stylelint rules.
...
Also, re-use some of the color variables while at it.
2020-06-01 14:09:56 +03:00
REJack
683f7bfccf
Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE
2020-04-01 13:50:00 +02:00
REJack
ed6ae4dbb2
replaced fake spaces with real spaces
2020-04-01 13:49:55 +02:00
Anderson Carpi
129475db78
Overlay for tab-panels ( #2612 )
...
* Overlay for tab-panels
Don't know if i did it right, double check plz...
There's a way to avoid the use of a overlay-wrapper? i'm not good in css....
* Update navbar.html
2020-03-23 20:08:57 +01:00
REJack
1cbf929bcf
added .badge-btn style
2020-01-15 08:52:29 +01:00
REJack
6cb3427fb8
fixed mozilla outline bug
2019-11-07 08:35:19 +01:00
REJack
54adf72cd3
fixed focus border in mozilla (bug with focusring removal)
2019-11-01 10:21:25 +01:00
REJack
448556d366
fixed mozilla focusring outline
2019-10-30 12:22:34 +01:00
REJack
e8ddb644a6
removed mozilla dotted border from focus links
2019-10-30 12:11:23 +01:00
REJack
925254199e
enhanced scss structure & compiled size
...
- reduced filesize by ~100kb
- splited _mixins into seperate files
- replaced `@extend`'s
- added split css files (core, components, extra-components, ...)
- changed cursor style for .btn.disabled
- enhanced package.json css* scripts
2019-10-29 09:22:51 +01:00
REJack
f51bce162f
fixed control sidebar top/bottom with small navbar/footer & fixed back-to-top zindex
2019-09-20 10:40:59 +02:00
REJack
7d15c6ac8c
updated .user-block & .widget-user
2019-08-31 10:25:58 +02:00
REJack
f8f0d8fc8e
added custom tab content class & demo in pages/UI/navbar
2019-07-28 14:17:36 +02:00
REJack
6773bd1772
further scss changes
...
- changed /* comments to // (to avoid displaying in compiled css file)
- added .alert-primary
- removed _label.scss (due renamed to badge with BS4)
- reworked bg-*, bg-gradient-*, custom-switch-*, custom-range-* as mixin
- changed control-sidebar-light border color to main-header border
- renamed `.direct-chat-info` to `.direct-chat-infos` (not theme color, its a extra block inside direct-chat & updated demo files
- enhanced direct-chat with all colors
- added `.dropdown-menu-xl`
- reworked color-palette in pages/UI/general
- changed `Block Quotes Pulled Right` to `Secondary Block Quotes` in pages/UI/general
- removed `@-webkit-keyframes flipInX` due autoprefixer
- enhanced demo.js with additional colors for sidebar & renamed `Navbar border` to `No Navbar border`
2019-07-18 16:22:11 +02:00
REJack
7e2ec226e0
some little scss changes
...
- added .anchor for anchors with offset while fixed navbar
- fixed .main-header border
- added sidebar color variations (colors)
- added pre & blockquote style for doc usage
- fixed brand-link width with .logo-switch
2019-07-14 15:21:20 +02:00
REJack
22e2587dc4
added back to top style & demo inside widget
2019-07-08 18:47:57 +02:00
REJack
4a05cb5e99
added ribbon style & some little changes
...
- added !important to elevation-* & text-sm, text-xs, text-lg & text-xl
- added variables for ribbon
- added ribbon style code in scss/_miscellaneous
2019-06-28 14:00:12 +02:00
REJack
04b90fdd55
added contacts demo & some little scss changes
...
- created contacts demo page
- removed unnecessary scss classes (.hide, .no-border, .no-shadow, .flat & .list-unstyled)
- updated demo files to use bootstrap's class instead of old unnecessary class
- moved color scss lines in a seperate scss file (_colors)
- moved old plugin fixes in a new scss file (plugins/_miscellaneous)
2019-06-28 12:51:44 +02:00
REJack
f6dcb64c05
enhanced SCSS style & added projects example
...
- fixed scss code style & headers
- moved pages scss to seperate folder
- added pages/_projects scss
- added pages/examples/projects demo
2019-06-28 10:02:07 +02:00
REJack
c99806c497
added overlay for small-box & info-box
...
- moved overlay code to _miscellaneous to save lines & centralize it since its not only for card
- changed code to flex center instead of position absolute
- changed icon color & modified the color for dark
- removed icon font size to use fa-lg, fa-2x, ...
- updated widgets demo
2019-06-26 15:14:53 +02:00
REJack
8fe10a9963
some little changes with gradients
...
- removed default gradients
- renamed bg-*-gradient to bg-gradient-* to follow bootstrap's default gradients
- added btn related gradient hover & active changes
- updated related demo files (index.html, pages/widgets.html & pages/UI/buttons.html)
- rebuild dist files
2019-06-19 14:36:36 +02:00
REJack
d852f4ba34
enhanced card & widget with expand/compress (fullscreen) and some little fixes
...
- updated Widget.js
- updated _cards.scss
- enabled gradients in _bootstrap-variables.scss
- fixed old bg-*-gradient (theme colors)
- added bg-*-gradient (colors)
- updated cards demo section in pages/widgets.html
2019-06-15 12:22:25 +02:00
REJack
f70483a806
plugins updates part 2
...
- added .editorconfig
- updated package.json & build/npm/Plugins.js according to the following changes
- updated dev dependencies to clear audits
- updated daterangepicker
- updated overlayScrollbars
- moved flot (0.8.2) to flot-old for plugins
- updated flot
- updated fullcalendar
- replaced icheck with icheck-bootstrap & updated demo files
- added icheck-bootstrap color overrides
- updated inputmask
- updated ion-rangeslider
- updated jquery-ui
- updated bootstrap-slider tweaks & demo files
- replaced jvectormap with jqvmap & updated demo files
- added jquery-mapael & replaced in index2 jvectormap
- updated jquery-knob
- replaced pace with pace-progress
- updated select2 & demo files
- replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
2019-06-14 09:33:43 +02:00
REJack
9b03b865ad
updated plugins part 1
...
- updated package.json plugins (fontawesome)
- updated npm/Plugins
- removed bootstrap css files
- replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
- updated bootstrap-slider to latest version & updated demo
- replaced old chartjs demos with new chartjs
- updated bootstrap-colorpicker & updated forms/advanced demo file
- removed ckeditor in order to respect licenses
- replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
2019-06-10 17:38:54 +02:00
REJack
9ffff7df6f
modal overlay
...
- update color darken/lighten for custom-switch's
- added .overlay in .modal-dialog/.modal-content
- created demo modal in modals.html
- rebuild css dist files
2019-06-07 16:48:09 +02:00
REJack
ce032ed76f
updated AdminLTE css
...
- fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
- added calc for `.content-wrapper` min-height
- added layouts: top-nav, boxed & sidebar collapsed
- fixed mailbox attachment size
- added bg-*, navbar-*
- updated demo.js
- updated sidebar in demo files (added layout options)
- added autoprefixer to fix browser specific css changes
- added css sourcemap for adminlte.min.css
2019-05-25 15:15:32 +02:00
REJack
a873327611
added modals & changed zindex's
...
- added Modals Demo Page
- added Link to Modals in any other Demo Page
- added Modal Color Variation fixes
- updated zindex values `header` from 1000 to 900 `sidebar` from 1100 to 950 (below bootstrap 4 defaults to work with dropdown, modal, popover & tooltip)
- removed tooltip zindex overide
2019-05-18 12:24:56 +02:00
REJack
210ee93972
added tooltip fix for tooltips in sidebar (incl. rebuild)
2019-05-18 10:43:43 +02:00
Abdullah Almsaeed
0ba5f1c3ad
Add demo functions
2018-04-22 20:08:03 -04:00
Abdullah Almsaeed
53a7c75964
Dev release
2018-03-17 13:07:55 -04:00
Abdullah Almsaeed
f390ddcc1f
Add webpack
2018-02-03 18:45:19 -05:00
Abdullah Almsaeed
e8507e21d7
Reformat code style
2016-10-26 09:30:32 -04:00
Abdullah Almsaeed
64443ee54f
Replace labels with tags according to BS4 implementation
2016-10-19 11:24:30 -04:00
Abdullah Almsaeed
547428c8c9
Add more css features
2016-10-15 13:20:09 -04:00
Abdullah Almsaeed
545a862c1d
Dev setup
2016-01-16 11:27:23 -05:00
Abdullah Almsaeed
1acadbe382
Convert LESS to SASS
2015-10-31 17:00:16 -04:00