|
12 | 12 | /* |
13 | 13 | * The discussionlist in the view.php |
14 | 14 | */ |
15 | | -.moodleoverflowheaderlist { |
16 | | - border-collapse: separate; |
17 | | - border-style: solid; |
18 | | - border-width: 1px; |
19 | | - margin-top: 10px; |
20 | | - width: 100%; |
21 | | -} |
22 | | - |
23 | | -.moodleoverflowheaderlist td { |
24 | | - border-style: solid; |
25 | | - border-width: 1px 0 0 1px; |
26 | | -} |
27 | 15 |
|
28 | 16 | .moodleoverflowheaderlist th.header.replies .iconsmall { |
29 | 17 | margin: 0 .3em; |
|
55 | 43 | text-align: center; |
56 | 44 | } |
57 | 45 |
|
58 | | -.moodleoverflowheaderlist tbody tr:nth-of-type(odd) { |
59 | | - background-color: #fafafa; |
60 | | -} |
61 | | - |
62 | | -.moodleoverflowheaderlist { |
63 | | - background-color: #f9feff; |
64 | | -} |
65 | | - |
66 | | -.moodleoverflowheaderlist .table-active:hover { |
67 | | - background-color: #dff8ff; |
68 | | -} |
69 | | - |
70 | | -.moodleoverflowheaderlist .table-active:hover > td, |
71 | | -.moodleoverflowheaderlist .table-active:hover > th { |
72 | | - background-color: #dff8ff; |
73 | | -} |
74 | | - |
75 | | -.moodleoverflowheaderlist .table-success:hover { |
76 | | - background-color: #d0e9c6; |
77 | | -} |
78 | | - |
79 | | -.moodleoverflowheaderlist .table-success:hover > td, |
80 | | -.moodleoverflowheaderlist .table-success:hover > th { |
81 | | - background-color: #d0e9c6; |
82 | | -} |
83 | | - |
84 | | -.moodleoverflowheaderlist .table-info:hover { |
85 | | - background-color: #c4e3f3; |
86 | | -} |
87 | | - |
88 | | -.moodleoverflowheaderlist .table-info:hover > td, |
89 | | -.moodleoverflowheaderlist .table-info:hover > th { |
90 | | - background-color: #c4e3f3; |
91 | | -} |
92 | | - |
93 | | -.moodleoverflowheaderlist .table-warning:hover { |
94 | | - background-color: #faf2cc; |
95 | | -} |
96 | | - |
97 | | -.moodleoverflowheaderlist .table-warning:hover > td, |
98 | | -.moodleoverflowheaderlist .table-warning:hover > th { |
99 | | - background-color: #faf2cc; |
100 | | -} |
101 | | - |
102 | | -.moodleoverflowheaderlist .table-danger:hover { |
103 | | - background-color: #ebcccc; |
104 | | -} |
105 | | - |
106 | | -.moodleoverflowheaderlist .table-danger:hover > td, |
107 | | -.moodleoverflowheaderlist .table-danger:hover > th { |
108 | | - background-color: #ebcccc; |
109 | | -} |
110 | | - |
111 | | -.moodleoverflowheaderlist, |
112 | | -.moodleoverflowheaderlist td { |
113 | | - border: none; |
114 | | -} |
115 | | - |
116 | 46 | .moodleoverflowheaderlist thead .header, |
117 | 47 | .moodleoverflowheaderlist tbody .discussion td { |
118 | 48 | padding-left: .5em; |
|
292 | 222 | } |
293 | 223 |
|
294 | 224 | .moodleoverflowpost { |
295 | | - background-color: #fff; |
296 | | - border: 1px solid rgba(238, 238, 238, 1); |
297 | 225 | border-radius: 0; |
298 | 226 | display: block; |
299 | 227 | margin-bottom: 5px; |
|
0 commit comments