Commit 4d2db9310638c378deef9148bc856046fc424897
1 parent
e5cdf18d
Merge Code
Showing
3 changed files
with
24 additions
and
3 deletions
400-SOURCECODE/Admin/dist/assets/styles/admin-custom.css
... | ... | @@ -169,6 +169,16 @@ |
169 | 169 | color: #FDFBFB; |
170 | 170 | } |
171 | 171 | |
172 | +#tblLicenseUserGroups > tbody > tr.active > td { | |
173 | + background: #726D6D; | |
174 | + color: #FDFBFB; | |
175 | +} | |
176 | + | |
177 | +#tblLicenseUserGroups > tbody > tr.inactive > td { | |
178 | + background: #FDFBFB; | |
179 | + color: #726D6D; | |
180 | +} | |
181 | + | |
172 | 182 | |
173 | 183 | |
174 | 184 | /*30-1-2017*/ | ... | ... |
400-SOURCECODE/Admin/dist/assets/styles/fixed_table_rc.css
... | ... | @@ -4,8 +4,19 @@ |
4 | 4 | .ft_container table tr th { font-weight: bold; background: #0095da; color: #fff; } |
5 | 5 | |
6 | 6 | .ft_container table thead { -moz-user-select: none;-webkit-user-select: none;} |
7 | -.ft_container table tr th, | |
8 | -.ft_container table tr td { border-collapse: collapse; padding: 5px 4px; border: 1px solid #CCCCCC; border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 1px; overflow:hidden; word-wrap: break-word;} | |
7 | + .ft_container table tr th, | |
8 | + .ft_container table tr td { | |
9 | + border-collapse: collapse; | |
10 | + padding: 5px 4px; | |
11 | + border: 1px solid #CCCCCC; | |
12 | + border-top-width: 0px; | |
13 | + border-left-width: 0px; | |
14 | + border-right-width: 1px; | |
15 | + border-bottom-width: 1px; | |
16 | + overflow: hidden; | |
17 | + word-wrap: break-word; | |
18 | + word-break: break-all; | |
19 | + } | |
9 | 20 | |
10 | 21 | .ft_container table tr:first-child td, |
11 | 22 | .ft_container table tr:first-child th { border-top-width: 1px; border-color: #CCCCCC; } | ... | ... |
400-SOURCECODE/Admin/dist/index.html
... | ... | @@ -37,4 +37,4 @@ |
37 | 37 | //}); |
38 | 38 | });</script><!--Nav--><script>$('.modal').draggable({ |
39 | 39 | handle: '.modal-header' |
40 | - })</script><script type="text/javascript" src="inline.72c9e2de3e55105c986b.bundle.js"></script><script type="text/javascript" src="polyfills.35726d60cdf25fecc5f1.bundle.js"></script><script type="text/javascript" src="vendor.a409cb1c2d64015b0bed.bundle.js"></script><script type="text/javascript" src="main.2e3e428a647ac019f929.bundle.js"></script></body></html> | |
41 | 40 | \ No newline at end of file |
41 | + })</script><script type="text/javascript" src="inline.f16c8ee22b66f4020196.bundle.js"></script><script type="text/javascript" src="polyfills.7aa50cbe20bd7fe85b7a.bundle.js"></script><script type="text/javascript" src="vendor.a6d1f5c67dd379dfc0eb.bundle.js"></script><script type="text/javascript" src="main.57c38f54cf26e6587d7a.bundle.js"></script></body></html> | |
42 | 42 | \ No newline at end of file | ... | ... |