small edits tables and links colors

This commit is contained in:
Mariu 2020-11-11 14:22:24 +01:00
parent b213089f0f
commit 3905ab5725
3 changed files with 52 additions and 14 deletions

View file

@ -255,7 +255,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current,
.current, a.current, a:link.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -508,8 +508,6 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -538,6 +536,17 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #393e46;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -1162,3 +1171,6 @@ border-top: none !important;
}
#footer a:hover { box-shadow: none;}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}

View file

@ -247,7 +247,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current,
.current, a.current, a:link.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -500,8 +500,6 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -530,6 +528,17 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #ffffff;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -647,7 +656,7 @@ span.delete {
a,
a:link,
a:visited:hover,
a:hover,
#dashboard a,
#dashboard span,
.autocomplete div.dropdown ul,
@ -909,10 +918,9 @@ input[type=submit],
border-radius: .25em;
box-shadow: none;
}
input[type="submit"],
input[type="submit"]:hover {
border: 2px solid #212121;
border: none;
}
.autocomplete {
@ -1123,3 +1131,6 @@ input[name="post_button"]:hover {
border-radius: .25em;
box-shadow: none;
}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}

View file

@ -247,7 +247,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current,
.current, a.current, a:link.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -500,8 +500,6 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -530,6 +528,19 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #f7f7f7;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -647,7 +658,7 @@ span.delete {
a,
a:link,
a:visited:hover,
a:visited,
#dashboard a,
#dashboard span,
.autocomplete div.dropdown ul,
@ -912,7 +923,7 @@ input[type=submit],
input[type="submit"],
input[type="submit"]:hover {
border: 2px solid #393E46;
border: none;
}
.autocomplete {
@ -1123,3 +1134,7 @@ input[name="post_button"]:hover {
border-radius: .25em;
box-shadow: none;
}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}