patchcablemgr/assets/css/style-object.css
2020-11-22 22:50:42 +00:00

26 lines
312 B
CSS
Executable File

/*====================
Object Styling
====================*/
.object-wrapper {
margin-bottom: 10px;
}
.obj-style {
width: 100%;
text-align: center;
}
.obj-border {
border: 1px solid black;
}
.portTable {
border-collapse: collapse;
height:100%;
width:100%;
}
.hoverClass {
border: 2px solid yellow;
}