X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fsdn-controller%2Fsdn-controller-info%2FSDNControllerInfoComponent.scss;h=7ff1ee9db5761bc44b58d763e58fc65b4d42175f;hb=HEAD;hp=c68960c7341603808550e47ecd3a5422b3094402;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.scss b/src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.scss index c68960c..7ff1ee9 100644 --- a/src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.scss +++ b/src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.scss @@ -14,4 +14,25 @@ limitations under the License. Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) -*/ \ No newline at end of file +*/ +@import "../../../assets/scss/variable.scss"; +.table tr:hover { + color: $body-color; + background-color: #f6fafe; + } + .table thead th { + vertical-align: bottom; + border-bottom: 2px solid rgba(0, 0, 0, .1); + } + .table th, .table td { + padding: 5px; + vertical-align: top; + border-top: 1px solid rgba(0, 0, 0, .1); + border-bottom: transparent; + } + .table b { + background: none; + color: $body-color; + padding-right: 0px; + padding-left: 0px; + } \ No newline at end of file