mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-12060-quitar-subrayado-curvo-en-las-pestanas-de-eventos' into 'develop'
Ent 12060 quitar subrayado curvo en las pestanas de eventos See merge request artica/pandorafms!6453
This commit is contained in:
commit
56cb2c3232
@ -565,3 +565,7 @@ div.container-filter-buttons {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-state-active {
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
||||||
|
@ -45,6 +45,7 @@ div.container-button-play > button#button-start-search {
|
|||||||
|
|
||||||
#tabs-sound-modal ul.tabs-sound-modal-options li.ui-tabs-active {
|
#tabs-sound-modal ul.tabs-sound-modal-options li.ui-tabs-active {
|
||||||
border-bottom: 2px solid #82b92e;
|
border-bottom: 2px solid #82b92e;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs-sound-modal ul.wizard li label {
|
#tabs-sound-modal ul.wizard li label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user