[Trunk | Library (css)]: library.css: Add 'label-danger' class with red letters & comment css for 'uk-breadcrumb' & add class 'searchFormMinHeight'.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56561 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
6523f8cb58
commit
5bc8320fc4
23
library.css
23
library.css
|
@ -73,6 +73,11 @@ h2 .custom-external {
|
|||
.searchPaging {
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.searchFormMinHeight {
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.helper-left-right {
|
||||
/* margin-top: 75px; */
|
||||
max-width: 20%;
|
||||
|
@ -222,12 +227,12 @@ max-height:265px;
|
|||
/* .uk-link{
|
||||
color: #292C3D !important;
|
||||
} */
|
||||
.uk-breadcrumb > :last-child > * {
|
||||
color:#cbcbcb !important;
|
||||
}
|
||||
.uk-breadcrumb .uk-active a{
|
||||
color: #767779 !important;
|
||||
}
|
||||
/*.uk-breadcrumb > :last-child > * {*/
|
||||
/* color:#cbcbcb !important;*/
|
||||
/*}*/
|
||||
/*.uk-breadcrumb .uk-active a{*/
|
||||
/* color: #767779 !important;*/
|
||||
/*}*/
|
||||
|
||||
|
||||
.entityTitleIcon{
|
||||
|
@ -341,6 +346,12 @@ color: #414141}
|
|||
color:#666666 !important;
|
||||
border: 1px solid #666666 !important;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
color:#ff4000 !important;
|
||||
border: 1px solid #666666 !important;
|
||||
}
|
||||
|
||||
.li-disabled .label-compatibility , .li-disabled .label-dataprovider{
|
||||
background:white !important;
|
||||
color:#A9A9A9 !important;
|
||||
|
|
Loading…
Reference in New Issue