2026-04-11 14:05:17 -04:00
|
|
|
.well {
|
2026-02-04 06:23:04 -05:00
|
|
|
|
2026-02-05 09:04:06 -05:00
|
|
|
|
2026-02-04 06:23:04 -05:00
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* dashboard.css */
|
2026-02-04 06:23:04 -05:00
|
|
|
body {
|
Refactor toolbar buttons across various pages to unify styling
- Updated button classes for consistency in the playersoftware-page, playlist-page, resolution-page, schedule-page, settings-page, syncgroup-page, tag-page, task-page, template-page, transition-page, user-page, and usergroup-page.
- Removed unnecessary text from button titles and ensured all buttons have the 'ots-toolbar-btn' class for uniformity.
- Cleaned up the code by removing commented-out sections and ensuring proper indentation.
2026-02-07 14:50:40 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/*Top header*/
|
|
|
|
|
.row.header {
|
Refactor toolbar buttons across various pages to unify styling
- Updated button classes for consistency in the playersoftware-page, playlist-page, resolution-page, schedule-page, settings-page, syncgroup-page, tag-page, task-page, template-page, transition-page, user-page, and usergroup-page.
- Removed unnecessary text from button titles and ensured all buttons have the 'ots-toolbar-btn' class for uniformity.
- Cleaned up the code by removing commented-out sections and ensuring proper indentation.
2026-02-07 14:50:40 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Sidebar background color */
|
Refactor toolbar buttons across various pages to unify styling
- Updated button classes for consistency in the playersoftware-page, playlist-page, resolution-page, schedule-page, settings-page, syncgroup-page, tag-page, task-page, template-page, transition-page, user-page, and usergroup-page.
- Removed unnecessary text from button titles and ensured all buttons have the 'ots-toolbar-btn' class for uniformity.
- Cleaned up the code by removing commented-out sections and ensuring proper indentation.
2026-02-07 14:50:40 -05:00
|
|
|
#sidebar-wrapper {
|
|
|
|
|
|
2026-02-09 18:47:14 -05:00
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Sidebar header and footer color */
|
|
|
|
|
ul.sidebar .sidebar-main a, .sidebar-footer, ul.sidebar .sidebar-list a:hover, #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
|
2026-02-09 18:47:14 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Sidebar title text colour */
|
|
|
|
|
ul.sidebar .sidebar-title a {
|
2026-02-09 18:47:14 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Sidebar link color*/
|
|
|
|
|
ul.sidebar .sidebar-list a {
|
2026-02-05 09:04:06 -05:00
|
|
|
|
2026-02-04 06:23:04 -05:00
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Widget */
|
|
|
|
|
.widget .widget-title {
|
2026-02-04 06:23:04 -05:00
|
|
|
|
Add new pages for managing tags, tasks, transitions, users, user groups, and their respective JavaScript functionalities
- Implemented tag management page with filtering, data table, and AJAX functionality.
- Created task management page with task listing, filtering, and AJAX data loading.
- Developed transition management page with a data table for transitions.
- Added user management page with comprehensive user details, filtering options, and AJAX support.
- Introduced user group management page with filtering and data table for user groups.
- Enhanced JavaScript for data tables, including state saving, filtering, and AJAX data fetching for all new pages.
2026-02-06 23:54:21 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* Link color*/
|
|
|
|
|
a {
|
2026-02-04 06:23:04 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
/* default navbar */
|
|
|
|
|
.navbar-default {
|
2026-02-04 06:23:04 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover , .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
|
2026-02-04 06:23:04 -05:00
|
|
|
|
2026-02-04 16:22:51 -05:00
|
|
|
|
2026-02-04 10:00:40 -05:00
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
|
2026-02-04 10:00:40 -05:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {
|
2026-02-05 09:04:06 -05:00
|
|
|
|
2026-04-11 14:05:17 -04:00
|
|
|
}
|