1616 height : 100% ;
1717 background : # 000000cc ;
1818 z-index : 9998 ;
19+ cursor : pointer;
1920}
2021
2122.ggrach__debug_bar__item {
2829 not supported by any browser */
2930}
3031
32+ .ggrach__debug_bar__right {
33+ position : absolute !important ;
34+ top : -1px !important ;
35+ right : 0 !important ;
36+ display : flex !important ;
37+ }
38+
39+ .ggrach__debug_bar__right__item {
40+ height : calc (100% + 1px ) !important ;
41+ display : flex !important ;
42+ min-width : 30px !important ;
43+ padding-left : 3px ;
44+ padding-right : 3px ;
45+ justify-content : center !important ;
46+ line-height : 33px !important ;
47+ -webkit-touch-callout : none; /* iOS Safari */
48+ -webkit-user-select : none; /* Chrome/Safari/Opera */
49+ -khtml-user-select : none; /* Konqueror */
50+ -moz-user-select : none; /* Firefox */
51+ -ms-user-select : none; /* Internet Explorer/Edge */
52+ user-select : none; /* Non-prefixed version, currently
53+ not supported by any browser */
54+ }
55+
3156.ggrach__debug_bar > .ggrach__debug_bar__item {
3257 display : flex !important ;
3358 line-height : 33px !important ;
3459 justify-content : center !important ;
3560 padding-left : 5px ;
3661 padding-right : 5px ;
37- height : 30 px !important ;
62+ height : 31 px !important ;
3863 min-width : 30px !important ;
3964 cursor : pointer !important ;
4065 font-size : 16px !important ;
7095
7196.ggrach__debug_bar__item .active {
7297 font-weight : bold !important ;
98+ height : 41px !important ;
99+ line-height : 41px !important ;
100+ z-index : 1 ;
101+ border-radius : 3px 3px 0 0 ;
102+ }
103+
104+ .ggrach__debug_bar__item .type-notice-notice {
105+ order : 3 ;
73106}
74107
75108.type-notice-notice {
76- background-color : # 93c7ec !important ;
109+ color : # fff ;
110+ background : rgb (25 , 60 , 119 );
111+ background : -moz-linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
112+ background : -webkit-linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
113+ background : linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
114+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#193c77", endColorstr="#126194", GradientType=1);
115+ }
116+
117+ .ggrach__debug_bar__item .type-notice-warning {
118+ order : 2 ;
77119}
78120
79121.type-notice-warning {
80- background-color : # d8ff00 !important ;
122+ color : # 000 ;
123+ background : rgb (179 , 195 , 43 );
124+ background : -moz-linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
125+ background : -webkit-linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
126+ background : linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
127+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3c32b", endColorstr="#d5e01b", GradientType=1);
128+ }
129+
130+ .ggrach__debug_bar__item .type-notice-error {
131+ order : 1 ;
81132}
82133
83134.type-notice-error {
84- background-color : red !important ;
135+ color : # fff ;
136+ background : rgb (170 , 18 , 18 );
137+ background : -moz-linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
138+ background : -webkit-linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
139+ background : linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
140+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa1212", endColorstr="#c80909", GradientType=1);
141+ }
142+
143+
144+ .ggrach__debug_bar__item .type-notice-success {
145+ order : 4 ;
85146}
86147
87148.type-notice-success {
88- background-color : green !important ;
149+ color : # fff ;
150+ background : rgb (25 , 119 , 44 );
151+ background : -moz-linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
152+ background : -webkit-linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
153+ background : linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
154+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#19772c", endColorstr="#129446", GradientType=1);
89155}
0 commit comments