[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 {
|
||||
background-color: #E5E5E5;
|
||||
border-color: #E5E5E5;
|
||||
border-radius: 2px;
|
||||
color: inherit;
|
||||
line-height: 15px;
|
||||
padding: 3px 10px;
|
||||
background-color: #E5E5E5 !important;
|
||||
border-color: #E5E5E5 !important;
|
||||
border-radius: 2px !important;
|
||||
color: inherit !important;
|
||||
line-height: 15px !important;
|
||||
padding: 3px 10px !important;
|
||||
}
|
||||
|
||||
.searchFilterItem {
|
||||
|
@ -1454,6 +1454,6 @@ input[name="code"] {
|
|||
}
|
||||
|
||||
.range-button > button{
|
||||
padding: 5px 10px;
|
||||
text-transform: none;
|
||||
padding: 5px 10px !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue