File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -142,4 +142,31 @@ a.page-numbers:hover {
142
142
143
143
.visualizer-library-pagination {
144
144
display : none;
145
- }
145
+ }
146
+
147
+ # visualizer-search form {
148
+ display : flex;
149
+ align-items : center;
150
+ }
151
+
152
+ # visualizer-search > form > input [type = "text" ]: nth-child (1 ) {
153
+ height : 30px ;
154
+ }
155
+ # visualizer-search .button-secondary {
156
+ background-color : lightcoral;
157
+ box-shadow : 0 0 5px lightpink;
158
+ padding : 5px 10px ;
159
+ color : white;
160
+ text-decoration : none;
161
+ -webkit-border-radius : 5px ;
162
+ -moz-border-radius : 5px ;
163
+ border-radius : 5px ;
164
+ font-weight : bold;
165
+ line-height : 17px ;
166
+ font-size : 14px ;
167
+ margin-left : 20px ;
168
+ }
169
+ # visualizer-search .button-secondary : hover {
170
+ background-color : lightpink;
171
+ border-color : lightpink;
172
+ }
You can’t perform that action at this time.
0 commit comments