|
62 | 62 |
|
63 | 63 | /* on top from bottom offset */ |
64 | 64 | #back-to-top { |
65 | | - bottom: 30px!important; |
| 65 | + bottom: 150px!important; |
| 66 | + right: 50px!important; |
66 | 67 | } |
67 | 68 |
|
68 | 69 | /*to mark mouse over table row*/ |
|
71 | 72 | } |
72 | 73 |
|
73 | 74 | /*for all tables*/ |
74 | | -.emails-list td:not(:last-child):not(.exclude-marquee), .emails-list th:not(.exclude-marquee) { |
75 | | - text-align: center!important; |
| 75 | +.emails-list td:not(:last-child), .emails-list th { |
| 76 | + /*text-align: center!important;*/ |
| 77 | + overflow: hidden; |
| 78 | + text-overflow: ellipsis; |
76 | 79 | } |
77 | 80 |
|
78 | 81 | /*for resizable tables*/ |
79 | 82 |
|
80 | | -.emails-list:is(.resizable) td:not(:last-child):not(.exclude-marquee) { |
81 | | - overflow: hidden; |
82 | | - text-overflow: ellipsis; |
| 83 | +.emails-list:is(.resizable) td, .emails-list:is(.resizable) th { |
83 | 84 | white-space: nowrap; |
84 | | - text-align: center!important; |
85 | | -} |
86 | | - |
87 | | -.emails-list:is(.resizable) th:not(.exclude-marquee) { |
88 | | - overflow: hidden; |
89 | | - white-space: nowrap; |
90 | | - text-overflow: ellipsis; |
91 | | - text-align: center!important; |
92 | 85 | } |
93 | 86 |
|
94 | 87 | /* for non-resizable tables*/ |
95 | | -.emails-list:not(.resizable) td:not(:last-child):not(.exclude-marquee):hover, .emails-list:not(.resizable) th:not(:last-child):not(.exclude-marquee):hover { |
| 88 | +.emails-list:not(.resizable) td:hover, .emails-list:not(.resizable) th:hover { |
96 | 89 | overflow: auto; |
97 | 90 | white-space: initial!important; |
98 | 91 | text-overflow: initial; |
|
101 | 94 | table-layout: fixed; |
102 | 95 | } |
103 | 96 |
|
104 | | -.emails-list:not(.resizable) td:not(:last-child):not(.exclude-marquee), .emails-list:not(.resizable) th:not(.exclude-marquee) { |
105 | | - overflow: hidden; |
106 | | - text-overflow: ellipsis; |
107 | | -} |
108 | 97 |
|
109 | 98 | .emails-list:not(.resizable) #timestamp, .emails-list:not(.resizable) #queue_id, .emails-list:not(.resizable) #first_attempt, .emails-list:not(.resizable) #last_attempt { |
110 | 99 | width: 8%; |
|
127 | 116 |
|
128 | 117 | /* sort stylings*/ |
129 | 118 |
|
130 | | -.emails-list th:not(.exclude-marquee) { |
| 119 | +.emails-list th:not(#refresh-button), .emails-list td { |
131 | 120 | transition: none!important; |
132 | 121 | cursor: pointer!important; |
133 | 122 | } |
|
136 | 125 | background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)!important; |
137 | 126 | background-position: center right!important; |
138 | 127 | background-repeat: no-repeat!important; |
| 128 | + /*background-color: #e1dcdc!important;*/ |
139 | 129 | } |
140 | 130 |
|
141 | 131 | .emails-list th.desc { |
142 | 132 | background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)!important; |
143 | 133 | background-position: center right!important; |
144 | 134 | background-repeat: no-repeat!important; |
| 135 | + /*background-color: #e1dcdc!important;*/ |
145 | 136 | } |
146 | | - |
147 | | - |
| 137 | +/*.sorted_column { |
| 138 | + background-color: #e1dcdc!important; |
| 139 | +}*/ |
148 | 140 | /*for sticky pager*/ |
149 | 141 | .ui.buttons { |
150 | 142 | z-index: 5; |
|
157 | 149 | flex-wrap: wrap; |
158 | 150 | } |
159 | 151 |
|
160 | | -/*change notification z-index*/ |
| 152 | +/*change notification z-index and fix of notie blurring when modal blur is on in firefox*/ |
161 | 153 | .notie-alert { |
162 | 154 | z-index: 1002!important; |
| 155 | + filter: initial!important; |
163 | 156 | } |
| 157 | + |
164 | 158 | /*fix sematicui paddings |
165 | 159 | .ui.fluid.container:has(.login) { |
166 | 160 | height: 70%!important; |
|
238 | 232 | } |
239 | 233 |
|
240 | 234 |
|
241 | | - |
242 | 235 | @media only screen and (min-width: 767px) and (max-width: 1000px){ |
243 | | - .exclude-marquee button span, #user-settings > div.logo button span{ |
| 236 | + #refresh-button button span, #user-settings > div.logo button span{ |
244 | 237 | display:none!important |
245 | 238 | } |
246 | 239 | } |
|
0 commit comments