mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
17 lines
447 B
CSS
Executable File
17 lines
447 B
CSS
Executable File
#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;
|
|
}
|
|
|
|
.user-wrapper {
|
|
max-height: 450px;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#project-selector table td { border: none; border-bottom: 1px solid #666; }
|
|
#project-selector table tr:last-child td { border: none; } |