@@ -106,59 +106,6 @@ div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions input {
106
106
height : 24px ;
107
107
}
108
108
109
- div .phpdebugbar-openhandler table {
110
- margin : 15px 0px 10px ;
111
- table-layout : auto;
112
- border-collapse : collapse;
113
- width : 100% ;
114
- }
115
-
116
- div .phpdebugbar-openhandler table td ,
117
- div .phpdebugbar-openhandler table th {
118
- width : auto!important ;
119
- text-align : left;
120
- border : 0px solid var (--debugbar-border );
121
- padding : 2px 8px ;
122
- font-size : 14px ;
123
- }
124
-
125
- div .phpdebugbar-openhandler table th {
126
- font-size : 12px ;
127
- text-transform : uppercase;
128
- padding : 5px 8px ;
129
- }
130
-
131
- div .phpdebugbar-openhandler table th ,
132
- div .phpdebugbar-openhandler table tr : nth-child (2n) {
133
- background-color : var (--debugbar-background-alt );
134
- }
135
-
136
- div .phpdebugbar-openhandler table th : nth-child (1 ), div .phpdebugbar-openhandler table td : nth-child (1 ), /* Date */
137
- div .phpdebugbar-openhandler table th : nth-child (2 ), div .phpdebugbar-openhandler table td : nth-child (2 ), /* Method */
138
- div .phpdebugbar-openhandler table th : nth-child (4 ), div .phpdebugbar-openhandler table td : nth-child (4 ), /* IP */
139
- div .phpdebugbar-openhandler table th : nth-child (5 ), div .phpdebugbar-openhandler table td : nth-child (5 ) { /* Filter */
140
- width : 5% !important ;
141
- white-space : nowrap;
142
- }
143
-
144
- div .phpdebugbar-openhandler table th : nth-child (2 ), div .phpdebugbar-openhandler table td : nth-child (2 ), /* Method */
145
- div .phpdebugbar-openhandler table th : nth-child (4 ), div .phpdebugbar-openhandler table td : nth-child (4 ), /* IP */
146
- div .phpdebugbar-openhandler table th : nth-child (5 ), div .phpdebugbar-openhandler table td : nth-child (5 ) { /* Filter */
147
- text-align : center;
148
- }
149
-
150
- div .phpdebugbar-openhandler table th : nth-child (3 ) { /* URL */
151
- width : calc (100vw - 100% - 196px )!important ;
152
- }
153
-
154
- div .phpdebugbar-openhandler table td a {
155
- display : block;
156
- white-space : nowrap;
157
- overflow : hidden;
158
- text-overflow : ellipsis;
159
- cursor : pointer;
160
- }
161
-
162
109
div .phpdebugbar-resize-handle {
163
110
display : block!important ;
164
111
height : 3px ;
0 commit comments