-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added search in current item widget to LESS fs widgets
- Loading branch information
Showing
6 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...r-theme-reference/WebContent/resources/themes/reference/css/dist/reference-cs.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/reference.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme1.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme2.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...ebContent/resources/themes/reference/css/less/views/fullscreen/fsSearchInCurrentItem.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* ============================================================== | ||
View Fullscreen Search In Current Item | ||
==============================================================*/ | ||
/* FULLSCREEN SEARCH IN CURRENT ITEM */ | ||
.fullscreen { | ||
.widget-search-in-current-item { | ||
.form-group {} | ||
.input-group { | ||
input {} | ||
} | ||
.input-group-addon { | ||
input {} | ||
} | ||
} | ||
} | ||
|
||
/* BREAKPOINT FOR LARGE DESKTOPS */ | ||
@media screen and (max-width: @largeBreakpoint) {} | ||
|
||
/* BREAKPOINT FOR DESKTOPS */ | ||
@media screen and (max-width: @mediumBreakpoint) {} | ||
|
||
/* BREAKPOINT FOR TABLETS */ | ||
@media screen and (max-width: @smallBreakpoint) {} | ||
|
||
/* BREAKPOINT FOR SMARTPHONES */ | ||
@media screen and (max-width: @xSmallBreakpoint) {} |