|
@ -147,26 +147,33 @@ |
|
|
} |
|
|
} |
|
|
/* Settings - menu tabs */ |
|
|
/* Settings - menu tabs */ |
|
|
.sttabs nav { |
|
|
.sttabs nav { |
|
|
background: rgba(0, 0, 0, 0.15); |
|
|
background: rgba(0, 0, 0, 0.15); |
|
|
} |
|
|
} |
|
|
.tabs-style-flip nav li.tab-current a::after { |
|
|
.tabs-style-flip nav li.tab-current a::after { |
|
|
background-color: rgba(0,0,0,.25) !important; |
|
|
background-color: rgba(0,0,0,.25) !important; |
|
|
-webkit-transform: none !important; |
|
|
-webkit-transform: none !important; |
|
|
transform: none !important; |
|
|
transform: none !important; |
|
|
border-radius: 0px !important; |
|
|
border-radius: 0px !important; |
|
|
} |
|
|
} |
|
|
.tabs-style-flip nav a::after { |
|
|
.tabs-style-flip nav a::after { |
|
|
background: rgba(0,0,0,.15)!important; |
|
|
background: rgba(0,0,0,.15)!important; |
|
|
transition: none; |
|
|
transition: none; |
|
|
-webkit-transform: none; |
|
|
-webkit-transform: none; |
|
|
transform: none; |
|
|
transform: none; |
|
|
} |
|
|
} |
|
|
.tabs-style-flip nav a:hover { |
|
|
.tabs-style-flip nav a:hover { |
|
|
background: rgba(255,255,255,.05)!important; |
|
|
background: rgba(255,255,255,.05)!important; |
|
|
} |
|
|
} |
|
|
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { |
|
|
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
background-color: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.tabs-style-flip nav li.tab-current a:hover { |
|
|
|
|
|
color: #ffffff; |
|
|
|
|
|
background: rgba(0,0,0,0)!important; |
|
|
|
|
|
} |
|
|
|
|
|
.tabs-style-flip nav li.tab-current a { |
|
|
|
|
|
color: var(--link-color) !important; |
|
|
|
|
|
} |
|
|
/* Settings - custom css */ |
|
|
/* Settings - custom css */ |
|
|
.ace_gutter { |
|
|
.ace_gutter { |
|
|
background: rgba(0,0,0,.3) !important; |
|
|
background: rgba(0,0,0,.3) !important; |
|
@ -233,28 +240,31 @@ table.dataTable>tbody>tr:nth-of-type(even) { |
|
|
table.dataTable>tbody>tr:nth-of-type(even):hover { |
|
|
table.dataTable>tbody>tr:nth-of-type(even):hover { |
|
|
background: rgba(0,0,0,.25)!important; |
|
|
background: rgba(0,0,0,.25)!important; |
|
|
} |
|
|
} |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { |
|
|
background: rgba(0,0,0,.08)!important; |
|
|
background: rgba(0,0,0,.08)!important; |
|
|
color: var(--link-color) !important; |
|
|
color: var(--link-color) !important; |
|
|
border: 0!important; |
|
|
border: 0!important; |
|
|
border-radius: 0!important; |
|
|
border-radius: 0!important; |
|
|
margin: 0!important; |
|
|
margin: 0!important; |
|
|
transition: none; |
|
|
transition: none; |
|
|
} |
|
|
} |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button { |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button { |
|
|
background: rgba(0,0,0,.15); |
|
|
background: rgba(0,0,0,.15); |
|
|
color: rgba(255,255,255,.7)!important; |
|
|
color: rgba(255,255,255,.7)!important; |
|
|
border: 0!important; |
|
|
border: 0!important; |
|
|
border-radius: 0!important; |
|
|
border-radius: 0!important; |
|
|
margin: 0!important; |
|
|
margin: 0!important; |
|
|
transition: none; |
|
|
transition: none; |
|
|
} |
|
|
} |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:hover { |
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:hover { |
|
|
background: rgba(255,255,255,.08)!important; |
|
|
background: rgba(255,255,255,.08)!important; |
|
|
color: #eee!important; |
|
|
color: #eee!important; |
|
|
border-radius: 20px; |
|
|
} |
|
|
} |
|
|
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { |
|
|
/* Settings - custom CSS */ |
|
|
background: rgba(0, 0, 0, 0.25) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Settings - custom CSS */ |
|
|
.ace-idle-fingers { |
|
|
.ace-idle-fingers { |
|
|
background-color: rgba(0, 0, 0, 0.15) !important; |
|
|
background-color: rgba(0, 0, 0, 0.15) !important; |
|
|
background: rgba(0, 0, 0, 0.15) !important; |
|
|
background: rgba(0, 0, 0, 0.15) !important; |
|
|