Add felix webconsole and link it off the admin web ui
[controller.git] / opendaylight / web / root / src / main / resources / css / one.less
index b5ab76f323a557278bdb4dd5fe70d7a040678f0b..e19733fcd13f3142f5b3e9edfacde6ef83da1e19 100644 (file)
@@ -7,6 +7,10 @@
 
 @topologyOffset: -4px; // ensure calibration
 
+@interface-admin-up: #46A040;
+@interface-admin-down: #C41230;
+@interface-edge-down: #F58025;
+
 // mixins
 .dash-size (@width, @height) {
        width: @width;
                                .icon;
                                background-image: url('../img/user_group_0107_16.png');
                        }
+                       .icon-cluster {
+                               .icon;
+                               background-image: url('../img/topology_view_1033_16.png');
+                       }
+                       .icon-default {
+                               .icon;
+                               background-image: url('../img/logo_16.png');
+                       }
                        .icon-save {
                                .icon;
                                background-image: url('../img/save_as_0106_16.png');
        cursor: pointer;
 }
 
+// interfaces
+table {
+       .admin-up {
+               color: @interface-admin-up;
+       }
+       .admin-down {
+               color: @interface-admin-down;
+       }
+       .edge-down {
+               color: @interface-edge-down;
+       }
+}
+
 // hide
 .modal {
        .help {
                display: none;
        }
-}
\ No newline at end of file
+}