[Trunk | Library]: library.css: ".selectedFilterLabel" and ".range-button > button" css always marked as "!important".
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58146 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
473c305ce0
commit
3f36e75a40
16
library.css
16
library.css
|
@ -1441,12 +1441,12 @@ input[name="code"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilterLabel {
|
.selectedFilterLabel {
|
||||||
background-color: #E5E5E5;
|
background-color: #E5E5E5 !important;
|
||||||
border-color: #E5E5E5;
|
border-color: #E5E5E5 !important;
|
||||||
border-radius: 2px;
|
border-radius: 2px !important;
|
||||||
color: inherit;
|
color: inherit !important;
|
||||||
line-height: 15px;
|
line-height: 15px !important;
|
||||||
padding: 3px 10px;
|
padding: 3px 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchFilterItem {
|
.searchFilterItem {
|
||||||
|
@ -1454,6 +1454,6 @@ input[name="code"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.range-button > button{
|
.range-button > button{
|
||||||
padding: 5px 10px;
|
padding: 5px 10px !important;
|
||||||
text-transform: none;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue