Commit Graph

13086 Commits

Author SHA1 Message Date
Johannes Meyer 7122455d5b css: Fix notification text in light theme 2021-06-23 07:39:55 +02:00
Johannes Meyer 3b87bbaff9 css: Fix tab hover styles 2021-06-23 07:39:55 +02:00
Johannes Meyer 06d0621a12 menu.less: Use appropriate color variables based on usage 2021-06-23 07:39:55 +02:00
Johannes Meyer 4481c5b9c4 Fix collapsible impact effect 2021-06-23 07:39:55 +02:00
Johannes Meyer c23a2c8159 login: Use img helper to avoid hardcoding the base url 2021-06-23 07:39:55 +02:00
Florian Strohmaier f9a801f1a4 Login: Adjust markup for login view redesign 2021-06-23 07:39:55 +02:00
Florian Strohmaier e863344dad CSS: Redesign login form 2021-06-23 07:39:55 +02:00
Florian Strohmaier 3b1b8a0b92 CSS: Remove layout specific styles for login view 2021-06-23 07:39:55 +02:00
Florian Strohmaier 35e7e85636 Login: Add orb elements 2021-06-23 07:39:55 +02:00
Florian Strohmaier fe5e2b0f05 login.less: Implement login animation 2021-06-23 07:39:55 +02:00
Florian Strohmaier b36c130e15 Assets: Add orb images 2021-06-23 07:39:55 +02:00
Florian Strohmaier 94a86f3d2d icinga-light-theme: Fix notifications text color 2021-06-23 07:39:55 +02:00
Florian Strohmaier 7e5bb8a230 icinga-light-theme: Style login view 2021-06-23 07:39:55 +02:00
Florian Strohmaier 464e6a0b43 about/index.phtml: Use default icinga logo 2021-06-23 07:39:55 +02:00
Florian Strohmaier ac1a364682 Contact: Fix th styles 2021-06-23 07:39:55 +02:00
Florian Strohmaier 73deefe7c4 badges.less: Fix default badge contrast 2021-06-23 07:39:55 +02:00
Florian Strohmaier 4ae71ae1dc Login: Use static background image 2021-06-23 07:39:55 +02:00
Florian Strohmaier 44430a3901 menu.less: Adjust level-2 hover background 2021-06-23 07:39:55 +02:00
Florian Strohmaier 049aadefc6 menu.less: Fix drop shadow obscuring #toggle-sidebar and active list itemm caret 2021-06-23 07:39:55 +02:00
Florian Strohmaier 22dc22b535 layout-structure.less: Add sidebar shadow 2021-06-23 07:39:55 +02:00
Florian Strohmaier 2b323c9008 controls.less: Use light search icon in controls 2021-06-23 07:39:55 +02:00
Florian Strohmaier 090e744508 main.less: Blend collapsible gradient to background 2021-06-23 07:39:55 +02:00
Florian Strohmaier c854bd3f34 tabs.less: Adjust tabs item color 2021-06-23 07:39:55 +02:00
Florian Strohmaier 1b0e8aa73c Add ui image files
Add file

Add file

Add file
2021-06-23 07:39:55 +02:00
Florian Strohmaier 32e756b185 menu.less: User themable text color for active level-1 menu item 2021-06-23 07:39:55 +02:00
Florian Strohmaier a9a7cb81e8 menu.less: Remove drop shadow from menu 2021-06-23 07:39:55 +02:00
Florian Strohmaier 112e1a147c Add icinga-light-theme file 2021-06-23 07:39:55 +02:00
Florian Strohmaier e30277c81d Add icinga-logo-inverted.svg 2021-06-23 07:39:55 +02:00
Florian Strohmaier a99e99bd39 Adjust sidebar toggle icon color 2021-06-23 07:39:55 +02:00
Florian Strohmaier 50c2c8075b menu.less: Adjust menu colors 2021-06-23 07:39:55 +02:00
Florian Strohmaier 1cb92064aa main.less: Adjust collapsible bottom fade 2021-06-23 07:39:55 +02:00
Florian Strohmaier eed1672ed4 login.less: Update login screen 2021-06-23 07:39:55 +02:00
Florian Strohmaier 0f8dc461b2 login.phtml: invert icinga logo 2021-06-23 07:39:55 +02:00
Florian Strohmaier 034697abf9 module.less: Remove monitorung-statusbar gradient 2021-06-23 07:39:55 +02:00
Florian Strohmaier 77be67662b menu.less: Invert .badge-nav-item hover color 2021-06-23 07:39:55 +02:00
Florian Strohmaier 2f7b2f1fde tabs.less: Adjust tab colors 2021-06-23 07:39:55 +02:00
Florian Strohmaier acca870064 layout.less: Adjust layout element colors 2021-06-23 07:39:55 +02:00
Florian Strohmaier bddd376cfd base.less: Set color vars 2021-06-23 07:39:55 +02:00
Johannes Meyer 6640eced19 README.md: Update preview picture 2021-06-22 15:44:10 +02:00
Johannes Meyer 767b64b966 doc: Mention that we don't plan to support IE any longer 2021-06-22 15:20:16 +02:00
Johannes Meyer c5cb9dc34e Raise minimum required PHP version to 7.3 2021-06-22 12:57:08 +02:00
Johannes Meyer 6a0da10473 Manager: Don't register the ipl and reactbundle module
Both are superseded by their respective library. This
way we make sure there are no competing auto loaders.
2021-06-22 12:50:59 +02:00
Johannes Meyer fa602c3525 WebWizard: Require our new libraries 2021-06-22 12:35:22 +02:00
Johannes Meyer 3b3eca934f WebWizard: Remove Zend_Db_* class requirements
All of our packages (even debian) roll out our own
bundled fork, which containes these classes.
2021-06-22 12:33:15 +02:00
Johannes Meyer f72a5fbe89 WebWizard: Require storage directory 2021-06-22 12:11:10 +02:00
Johannes Meyer 23ee95e45f js: Only show a single datetime picker in each container at a time 2021-06-22 11:22:19 +02:00
Johannes Meyer b75cf362b8
Merge pull request #4396 from Icinga/use-strict-ipl-html-interfaces
Use strict ipl-html interfaces
2021-06-22 10:28:52 +02:00
Johannes Meyer bc88e8d62b SingleValueSearchControl: Use strict interfaces..
..to construct ipl\Html objects
2021-06-21 16:11:55 +02:00
Johannes Meyer ed009bb032 PrivilegeAudit: Use strict interfaces to contruct ipl\Html objects 2021-06-21 16:11:30 +02:00
Johannes Meyer f400f4d96d AppHealth: Use strict interfaces to construct ipl\Html objects 2021-06-21 16:10:55 +02:00