You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
699 B

/* style taken out of the addressbook code and put here instead */
@if $compact-theme == false {
#addressbook_list {
td {
padding-left: 4px;
padding-right: 4px;
}
a,
a:visited,
a:hover {
color: $primary;
}
tr.search {
font-weight: bold;
}
tr.head {
background-color: $gray-400;
font-weight: bold;
}
tr.evenrow {
background-color: $light;
}
tr.oddrow {
background-color: $white;
}
.inputtext {
background-color: transparent;
border: 1px solid $black;
font-weight: normal;
}
.button {
@include font-size("0.8rem");
font-weight: bold;
}
}
}