Skip to content

Commit

Permalink
Ticket #4847 - Studio: Layout changes. Stage 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Jan 23, 2025
1 parent ab3c007 commit c5fc546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions studio/template/css/menu_top.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ div.bx-std-menu-top ul li.bx-menu-tab-search .bx-form-input-text {
font-weight: 500;
}

div.bx-std-menu-top ul li.bx-menu-tab-search .bx-form-input-text:focus {
border-color: transparent;
background-color: transparent;
box-shadow: none;
filter: none;
transition: all 0s ease 0s;
}


/*--- Toolbar (Right) ---*/
div.bx-std-menu-top .bx-menu-toolbar {
Expand Down

0 comments on commit c5fc546

Please sign in to comment.