Panel/themes/Evolution/modules/cron/cron.css
2026-05-02 13:05:52 +00:00

89 lines
No EOL
1.7 KiB
CSS

pre.log{
padding-top:10px;
padding-left:5px;
background-color:#373737 !important;
}
.log{
border-color:#373737;
margin-bottom:15px;
}
select {
width:90% !important;
}
table.center > tbody > tr > td > input[value="Add"] {
background-color:#373737;
border:1px solid #373737;
padding-top:3px;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
color:#fff;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
table.center > tbody > tr > td > input[value="Edit"] {
background-color:#373737;
border:1px solid #373737;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
color:#fff;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
table.center > tbody > tr > td > input[value="Remove"] {
background-color:#373737;
border:1px solid #373737;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
color:#fff;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
table.center > tbody > tr > td > a {
background-color:#373737;
border:1px solid #373737;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
color:#fff !important;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
.main-content {
background:none repeat scroll 0% 0% #505050;
border-radius:3px;
-moz-border-radius:3px;
border:1px solid #484848;
overflow:auto;
padding-right:1%;
padding-bottom:1%;
padding-left:1%;
}
#content {
border-radius:3px;
-moz-border-radius:3px;
background:#505050;
margin:0px auto;
text-align:left;
}