Commit | Line | Data |
---|---|---|
2eaf9131 | 1 | input[disabled], textarea[disabled] |
30127374 EMS |
2 | { |
3 | background: #eee; | |
4 | color: black; | |
5 | } | |
6 | ||
7 | .typeaheadbutton | |
8 | { | |
9 | position: relative; | |
10 | } | |
11 | ||
12 | .buttonBarItem, .buttonBarItemHover | |
13 | { | |
14 | padding-top: 0; | |
15 | border: none; | |
16 | } | |
17 | ||
18 | .buttonBarButton | |
19 | { | |
20 | height: 100%; | |
21 | } | |
22 | ||
23 | .buttonBarButtonIE6 | |
24 | { | |
25 | height: 100%; | |
26 | } | |
27 | ||
28 | table.table tbody tr:hover { | |
29 | background: #ffffdd; | |
30 | } |