1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Closes #5106 - system notification consolidation.

This commit is contained in:
camer0n
2023-11-15 16:26:24 -08:00
parent a96dde2648
commit 1b69719330
7 changed files with 190 additions and 23 deletions

View File

@@ -470,6 +470,14 @@ img.image-selector { margin-bottom:0; }
.dropdown-menu i,
.dropdown-menu img { padding: 0 0; margin-right: 10px; }
.dropdown-menu li.dropdown-item-text { padding:15px}
.dropdown-menu li.dropdown-item-text:hover { background: rgba(255,255,255,0.05) }
.dropdown-menu li.dropdown-item-text { border-bottom:1px solid rgba(255,255,255,0.3)}
.dropdown-menu > li.dropdown-item-text > a { display: inline !important; padding:0; white-space:normal }
.dropdown-menu > li.dropdown-item-text > a:focus,
.dropdown-menu > li.dropdown-item-text > a:hover { background: none; color: white !important }
#admin-notifications ul.dropdown-menu { width:400px; max-height:calc(100vh - 300px); overflow-y:scroll }
ul.navbar-nav li ul.dropdown-menu > li a img,
ul.navbar-nav li ul.dropdown-menu > li a i,
ul#e-latest img,

View File

@@ -1475,7 +1475,7 @@ td.visible-print,th.visible-print{display:table-cell!important}
.text-success,.text-success:hover{color:#51a351}
.text-danger,.text-danger:hover{color:#F86965}
.text-warning,.text-warning:hover{color:#f89406}
.text-info,.text-info:hover{color:#5bc0de}
.text-info,.text-info:hover{color:#8BC0ED !important}
.table a{text-decoration:underline}
.table .danger,.table .info,.table .success,.table .warning{color:#fff}
.table-bordered tbody tr.danger td,.table-bordered tbody tr.danger:hover td,.table-bordered tbody tr.success td,.table-bordered tbody tr.success:hover td,.table-bordered tbody tr.warning td,.table-bordered tbody tr.warning:hover td{border-color:#0a0a0a}