andro1241 commited on
Commit
3cfb6c9
·
verified ·
1 Parent(s): 40adc52

Upload overrides.css

Browse files
Files changed (1) hide show
  1. uis/assets/overrides.css +167 -0
uis/assets/overrides.css ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ :root:root:root:root .gradio-container
2
+ {
3
+ overflow: unset;
4
+ }
5
+
6
+ :root:root:root:root main
7
+ {
8
+ max-width: 110em;
9
+ }
10
+
11
+ :root:root:root:root .tab-like-container input[type="number"]
12
+ {
13
+ border-radius: unset;
14
+ text-align: center;
15
+ order: 1;
16
+ padding: unset
17
+ }
18
+
19
+ :root:root:root:root input[type="number"]
20
+ {
21
+ appearance: textfield;
22
+ }
23
+
24
+ :root:root:root:root input[type="number"]::-webkit-inner-spin-button
25
+ {
26
+ appearance: none;
27
+ }
28
+
29
+ :root:root:root:root input[type="number"]:focus
30
+ {
31
+ outline: unset;
32
+ }
33
+
34
+ :root:root:root:root .reset-button
35
+ {
36
+ background: var(--background-fill-secondary);
37
+ border: unset;
38
+ font-size: unset;
39
+ padding: unset;
40
+ }
41
+
42
+ :root:root:root:root [type="checkbox"],
43
+ :root:root:root:root [type="radio"]
44
+ {
45
+ border-radius: 50%;
46
+ height: 1.125rem;
47
+ width: 1.125rem;
48
+ }
49
+
50
+ :root:root:root:root input[type="range"]
51
+ {
52
+ background: transparent;
53
+ }
54
+
55
+ :root:root:root:root input[type="range"]::-moz-range-thumb,
56
+ :root:root:root:root input[type="range"]::-webkit-slider-thumb
57
+ {
58
+ background: var(--neutral-300);
59
+ box-shadow: unset;
60
+ border-radius: 50%;
61
+ height: 1.125rem;
62
+ width: 1.125rem;
63
+ }
64
+
65
+ :root:root:root:root .gallery-container .thumbnail-item
66
+ {
67
+ border: unset;
68
+ }
69
+
70
+ :root:root:root:root .gallery-container .grid-container
71
+ {
72
+ grid-template-columns: repeat(7, 1fr);
73
+ }
74
+
75
+ :root:root:root:root .grid-wrap.fixed-height
76
+ {
77
+ min-height: unset;
78
+ }
79
+
80
+ :root:root:root:root .box-face-selector .empty,
81
+ :root:root:root:root .box-face-selector .gallery-container
82
+ {
83
+ min-height: 7.375rem;
84
+ }
85
+
86
+ :root:root:root:root .tab-wrapper
87
+ {
88
+ padding: 0 0.625rem;
89
+ }
90
+
91
+ :root:root:root:root .tab-container
92
+ {
93
+ gap: 0.5em;
94
+ }
95
+
96
+ :root:root:root:root .tab-container button
97
+ {
98
+ background: unset;
99
+ border-bottom: 0.125rem solid;
100
+ }
101
+
102
+ :root:root:root:root .tab-container button.selected
103
+ {
104
+ color: var(--primary-500)
105
+ }
106
+
107
+ :root:root:root:root .toast-body
108
+ {
109
+ background: white;
110
+ color: var(--primary-500);
111
+ border: unset;
112
+ border-radius: unset;
113
+ }
114
+
115
+ :root:root:root:root .dark .toast-body
116
+ {
117
+ background: var(--neutral-900);
118
+ color: var(--primary-600);
119
+ }
120
+
121
+ :root:root:root:root .toast-icon,
122
+ :root:root:root:root .toast-title,
123
+ :root:root:root:root .toast-text,
124
+ :root:root:root:root .toast-close
125
+ {
126
+ color: unset;
127
+ }
128
+
129
+ :root:root:root:root .toast-body .timer
130
+ {
131
+ background: currentColor;
132
+ }
133
+
134
+ :root:root:root:root .slider_input_container > span,
135
+ :root:root:root:root .feather-upload,
136
+ :root:root:root:root footer
137
+ {
138
+ display: none;
139
+ }
140
+
141
+ :root:root:root:root .image-frame
142
+ {
143
+ background-image: conic-gradient(#fff 90deg, #999 90deg 180deg, #fff 180deg 270deg, #999 270deg);
144
+ background-size: 1.25rem 1.25rem;
145
+ background-repeat: repeat;
146
+ width: 100%;
147
+ }
148
+
149
+ :root:root:root:root .image-frame > img
150
+ {
151
+ object-fit: cover;
152
+ }
153
+
154
+ :root:root:root:root .image-preview.is-landscape
155
+ {
156
+ position: sticky;
157
+ top: 0;
158
+ z-index: 100;
159
+ }
160
+
161
+ :root:root:root:root .block .error
162
+ {
163
+ border: 0.125rem solid;
164
+ padding: 0.375rem 0.75rem;
165
+ font-size: 0.75rem;
166
+ text-transform: uppercase;
167
+ }