Skip to content

Commit d1aca92

Browse files
committed
Merge pull request #69 from abaicus/development
!!!Changed search styles
2 parents a7be2c7 + 23ea226 commit d1aca92

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

css/library.css

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,31 @@ a.page-numbers:hover {
142142

143143
.visualizer-library-pagination {
144144
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+
}

0 commit comments

Comments
 (0)