Initial
This commit is contained in:
21
web/docroot/src/css/index.css
Normal file
21
web/docroot/src/css/index.css
Normal file
@@ -0,0 +1,21 @@
|
||||
button {
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding-right: 10px
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: cyan;
|
||||
}
|
||||
|
||||
.simulink {
|
||||
cursor: pointer;
|
||||
text-underline: blue;
|
||||
}
|
||||
|
||||
.simulink:hover {
|
||||
background-color: green;
|
||||
}
|
||||
Reference in New Issue
Block a user