PluginProbe
Easy Bootstrap Shortcode / 3.5
Easy Bootstrap Shortcode v3.5
trunk 2.4.0 2.5 3.4 3.5 3.6 3.7 4.0.0 4.4 4.5 4.5.4 5.0.0 5.0.1 5.0.2
easy-bootstrap-shortcodes / styles / bootstrap_admin.css

bootstrap_admin.css in Easy Bootstrap Shortcode 3.5, at styles/bootstrap_admin.css

39 lines 761 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .form-table {
2 border: 1px solid #9E9EA0;
3 }
4 .form-table th{
5 font-weight: bold;
6 }
7 #oscitas-form-iconhead .form-table th{ width:120px }
8
9
10 .form-table tr:nth-child(odd){
11 background: #D6D6D6;
12 }
13 .form-table tr:nth-child(even){
14 background: #F0F0F0;
15 }
16 .form-table td {
17 border-left: 1px solid #AAAAAE;
18 min-width: 150px;
19 }
20
21 .tb_multiple_column {
22 border: 1px solid #C1BCC4 !important;
23 }
24
25 .tb_multiple_column thead tr {
26 background: none repeat scroll 0 0 #C2C2C2 !important;
27 }
28
29 .tb_multiple_column tbody tr:nth-child(even) {
30 background: none repeat scroll 0 0 #D7D7D7 !important;
31 }
32
33 .tb_multiple_column tbody tr:nth-child(odd) {
34 background: none repeat scroll 0 0 #ECECEC !important;
35 }
36
37 .tb_multiple_column td {
38 border: 0 none;
39 }