-
Notifications
You must be signed in to change notification settings - Fork 0
/
no.tdstreamone.eu.css
83 lines (72 loc) · 1.64 KB
/
no.tdstreamone.eu.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* https://github.com/soteland/css-enhancements/blob/master/no.tdstreamone.eu.css */
table#topHeadTable {
width: 900px!important;
}
.my_account_info_outer2, .my_reseller_account_info_inner, .accordion, .reseller_account-link {
background: none!important;
border: none!important;
}
.accordion {
/*background-color: red!important;*/
}
.reseller_account-link, .reseller_account-link-active {
/*background-color: #eee!important;*/
padding: 10px 20px;
}
.reseller_account-link-active {
background: none;
background-color: #ffffff;
box-shadow: 3px 3px 4px rgba(0,0,0,0.2)
}
.reseller_account-link:hover {
background: none;
background-color: #ffffff!important;
box-shadow: 3px 3px 4px rgba(0,0,0,0.2)
}
td#rightHeadTable table {
border: none!important;
box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
background: #fff;
}
.reseller_account-link, .reseller_account-link-active, .reseller_account-link-inactive {
line-height: auto;
height: auto;
}
.ui-state-active {
background: none;
}
.tabsc, .tabsc_on {
background: none;
background-color: #ddd;
padding: 10px;
}
.tabsc_on {
background-color: #fff;
color: black;
border-width: 1px 0 0 0;
}
.tabsc:hover {
background: none;
border-width: 1px 0 0 0;
color: black;
background-color: #fefefe;
}
table.dataTable thead th {
background: none;
background-color: #ddd;
color: black!important;
border: none;
}
table#DataTables_Table_1 td a {
/*background-color: red*/
}
div#main_container_gis {
background: none;
}
.boamenu {
background: none;
}
.boamenu:hover {
background: none!important;
background-color: green!important;
}