1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/css/buttons.css

49 lines
729 B
CSS

.btn {
border-radius: 4px;
box-shadow: 0;
}
.addButton {
position: relative;
margin-right: 7px;
font-size: 20px;
color: #8AA050;
margin-top: 2px;
}
.deleteButton {
color: #B30000;
font-size: 20px;
padding-right: 3px;
top: 3px;
position: relative;
}
a.headerButton {
margin-top: -2px;
margin-left: 5px;
margin-right: 5px;
min-height: 19px;
border-radius: 2px;
position: relative;
box-shadow: none;
background: #8f8d8c !important;
color:#FFFFFF !important;
height:20px;
width:14px;
}
a.paginationButton, ul.arangoPagination a {
border-radius: 2px;
}
/*
#documentsToolbar span {
position: absolute;
top: 0;
right: 2px;
font-size: 25px;
margin-right: 3px;
margin-left: 0px;
}
*/