-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
63 lines (50 loc) · 1.04 KB
/
styles.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
span.badge-analizador {
margin: 0px 0px 0 10px;
padding: 5px 0px 13px 113px;
z-index: 9000;
position: relative;
}
.analizador-settings {
display: inline-block;
margin: 0;
padding: 0;
}
.analizador-settings button {
background-color: #0073aa;
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.analizador-settings button:hover {
background-color: #005580;
}
.analizador-refresh-icon {
width: 24px;
height: 24px;
margin-right: 5px;
}
button.dashicons.dashicons-update.analizador-refresh-icon {
margin: 0px;
padding: 0px;
}
/** Last **/
.wp-list-table {
width: 100%;
border: 1px solid #e5e5e5;
border-collapse: collapse;
}
.wp-list-table th, .wp-list-table td {
border: 1px solid #e5e5e5;
padding: 8px;
}
.wp-list-table th {
background-color: #f5f5f5;
font-weight: bold;
text-align: left;
}
.wp-list-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}