graphonline/i/css/create_graph_by_matrix.css
2017-04-15 01:34:36 +03:00

59 lines
816 B
CSS
Executable File

.form-inline
{
.checkbox
{
margin-right: 12px;
}
}
.form-inline
{
.checkbox
{
margin-right: 12px;
}
}
#AdjacencyMatrixFieldPage
{
overflow: scroll;
width: 100%;
height: 300px;
overflow-wrap: normal;
}
#AdjacencyMatrixFieldInput
{
overflow: scroll;
max-width: 100%;
max-height: 300px;
overflow-x: scroll;
white-space:nowrap;
}
#BadFormatMessage
{
padding: 8px;
display: none;
}
#videoHelp
{
text-align: center;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
height: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}