Devices: NodesLearnt table integration with FuelUx Datagrid.
[controller.git] / opendaylight / web / root / src / main / resources / css / opendaylight.css
1 .fuelux [class^="icon-"],
2 .fuelux [class*=" icon-"] {
3   display: inline-block;
4   width: 14px;
5   height: 14px;
6   margin-top: 1px;
7   *margin-right: .3em;
8   line-height: 14px;
9   vertical-align: text-top;
10   background-position: 14px 14px;
11   background-repeat: no-repeat;
12 }
13
14 .fuelux .icon-white,
15 .fuelux .nav-pills > .active > a > [class^="icon-"],
16 .fuelux .nav-pills > .active > a > [class*=" icon-"],
17 .fuelux .nav-list > .active > a > [class^="icon-"],
18 .fuelux .nav-list > .active > a > [class*=" icon-"],
19 .fuelux .navbar-inverse .nav > .active > a > [class^="icon-"],
20 .fuelux .navbar-inverse .nav > .active > a > [class*=" icon-"],
21 .fuelux .dropdown-menu > li > a:hover > [class^="icon-"],
22 .fuelux .dropdown-menu > li > a:focus > [class^="icon-"],
23 .fuelux .dropdown-menu > li > a:hover > [class*=" icon-"],
24 .fuelux .dropdown-menu > li > a:focus > [class*=" icon-"],
25 .fuelux .dropdown-menu > .active > a > [class^="icon-"],
26 .fuelux .dropdown-menu > .active > a > [class*=" icon-"],
27 .fuelux .dropdown-submenu:hover > a > [class^="icon-"],
28 .fuelux .dropdown-submenu:focus > a > [class^="icon-"],
29 .fuelux .dropdown-submenu:hover > a > [class*=" icon-"],
30 .fuelux .dropdown-submenu:focus > a > [class*=" icon-"] {
31 }
32
33 .fuelux .icon-search {
34   background:url('../img/search.png') 0 0 no-repeat;
35   height: 16px;
36   line-height: 16px;
37   width: 16px;
38 }
39 .fuelux .icon-remove {
40   background:url('../img/searchremove.png') 0 0 no-repeat;
41   height: 16px;
42   line-height: 16px;
43   width: 16px;
44 }
45
46 .fuelux .icon-chevron-up {
47   background:url('../img/sort_up.png') 0 0 no-repeat;
48   height: 16px;
49   line-height: 16px;
50   width: 16px;
51 }
52
53 .fuelux .icon-chevron-down {
54   background:url('../img/sort_down.png') 0 0 no-repeat;
55   height: 16px;
56   line-height: 16px;
57   width: 16px;
58 }
59
60 .fuelux .icon-chevron-left {
61   background:url('../img/nextpageleft.png') 0 0 no-repeat;
62   height: 16px;
63   line-height: 16px;
64   width: 16px;
65 }
66
67 .fuelux .icon-chevron-right {
68   background:url('../img/nextpageright.png') 0 0 no-repeat;
69   height: 16px;
70   line-height: 16px;
71   width: 16px;
72 }
73
74 .fuelux .icon-chevron-right {
75   background:url('../img/nextpageright.png') 0 0 no-repeat;
76   height: 16px;
77   line-height: 16px;
78   width: 16px;
79 }
80