Skip to content

Commit

Permalink
Redundant CSS - Search module
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Oct 8, 2017
1 parent 5fe2997 commit ca33c0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8174,9 +8174,6 @@ body .navbar-fixed-top {
padding: 9px 9px 0 9px;
}
}
.navbar-search .search-query {
background: rgba(255,255,255,0.3);
}
@media (max-width: 979px) {
.navbar .nav {
font-size: 13px;
Expand Down
3 changes: 0 additions & 3 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8174,9 +8174,6 @@ body .navbar-fixed-top {
padding: 9px 9px 0 9px;
}
}
.navbar-search .search-query {
background: rgba(255,255,255,0.3);
}
@media (max-width: 979px) {
.navbar .nav {
font-size: 13px;
Expand Down
5 changes: 0 additions & 5 deletions administrator/templates/isis/less/blocks/_navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ body .navbar-fixed-top {
}
}

/* Search Module */
.navbar-search .search-query {
background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 979px) {
.navbar {
.nav {
Expand Down

0 comments on commit ca33c0a

Please sign in to comment.