OpenMediaCenter/src/pages/SettingsPage/MovieSettings.module.css

14 lines
225 B
CSS
Raw Normal View History

.indextextarea {
background-color: #c2c2c2;
border-radius: 5px;
margin-top: 15px;
max-height: 300px;
min-height: 100px;
overflow-x: auto;
overflow-y: scroll;
padding: 10px;
width: 40%;
}