Files
Codiad/themes/default/user/screen.css
2013-04-01 12:20:17 +02:00

10 lines
347 B
CSS

#project-selector { max-height: 250px; background: #404040;
margin: 10px 0 5px 0;
border-radius: 5px;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
overflow: auto;
max-height: 250px;
}
#project-selector table td { border: none; border-bottom: 1px solid #666; }
#project-selector table tr:last-child td { border: none; }