OpenMediaCenter/src/elements/Popups/AddActorPopup/AddActorPopup.module.css

20 lines
287 B
CSS
Raw Normal View History

.newactorbutton {
2020-12-29 19:39:30 +00:00
background-color: green;
border-radius: 5px;
border-width: 0;
color: white;
margin-right: 15px;
margin-top: 12px;
padding: 6px;
width: 140px;
}
.searchinput{
width: 120px;
float: left;
}
.searchbar {
margin-bottom: 13px;
}