Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions code/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ html,body
body {

font-family: 'Roboto Mono', monospace;
margin-bottom: 60px;
background-color: rgb(255, 255, 255)
margin-bottom: 60px;
background-color: rgb(255, 255, 255)
}
article {
display: block;
Expand All @@ -35,6 +39,24 @@ footer {

.favListItem {
text-align: center;

}

.sortbythis:hover
{
cursor: pointer;
background-color: #ffc10757;
}

#sortfavby{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 10px #E8E8E8 inset;
height: 40px;
margin: 0 0 0 25px;
padding: 10px;
min-width: 120px;
}

.sortbythis:hover
Expand Down Expand Up @@ -68,7 +90,7 @@ min-width: 120px;
padding: 15px;
width: auto;
}
.btn-xs{
.btn-xs {
margin-top: 7px;
height: 24px;
font-size: 12px;
Expand All @@ -88,7 +110,6 @@ min-width: 120px;
color: orange;
}


.card-title{
font-size: 20px;
font-weight: bolder;
Expand Down
Loading