Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed the input textbox that broke with the latest jquerymobile changes
  • Loading branch information
unknown authored and unknown committed Jan 18, 2013
commit cc04f14b648f6ffa134192976ad662c4f21d96a0
54 changes: 51 additions & 3 deletions dist/latest/BlackBerry-JQM-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3860,7 +3860,57 @@ around buttons. "ui-btn-inner" represents the actual button face.*/
}
/* Global Search & Text Input
-----------------------------------------------------------------------------------------------------------*/
input.ui-input-text,
div.ui-input-text {
background-image: none;
position: relative;
height: inherit;
padding: 0;
box-shadow: 0 0 1px 2px #bebebe, 0 3px 5px -1px #aaaaaa;
}
div.ui-input-text.ui-focus {
/*Set Highlight*/

-webkit-box-shadow: inset 0 0 0px 4px #00a8df;
box-shadow: 0 0 0px 4px #00a8df;
}
div.ui-input-text input.ui-input-text {
/*font*/

font-size: 40px;
font-style: normal;
font-weight: normal;
font-family: Slate, 'Slate Pro', 'Myriad Pro', 'BBAlpha Sans';
/*Dimensions*/

height: 2.125em;
max-height: 2.125em;
width: 100%;
display: block;
box-sizing: border-box;
/*Spacing*/

margin: 0;
padding: 0.25em 0.5em;
/*Misc*/

-webkit-border-radius: 5px;
border-radius: 5px;
/*overrides*/

border: none;
/*Global Input Swatches*/

background: #f8f8f8;
text-shadow: none;
color: #262626;
}
div.ui-input-text input.ui-input-text.ui-disabled {
font-family: "Slate Pro";
font-style: normal;
opacity: 0.7;
background: #b8b8b8 !important;
-webkit-box-shadow: inset 0 0 0 2px #8c8c8c, inset 0 3px 3px 1px #8e8e8e;
}
textarea.ui-input-text {
/*font*/

Expand Down Expand Up @@ -3892,13 +3942,11 @@ textarea.ui-input-text {
text-shadow: none;
color: #262626;
}
input.ui-input-text.ui-focus,
textarea.ui-input-text.ui-focus {
/*Set Highlight*/

-webkit-box-shadow: inset 0 0 0px 4px #00a8df;
}
input.ui-input-text.ui-disabled,
textarea.ui-input-text.ui-disabled {
font-family: "Slate Pro";
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion dist/latest/BlackBerry-JQM-all.min.css

Large diffs are not rendered by default.

54 changes: 51 additions & 3 deletions dist/latest/BlackBerry-JQM.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/latest/BlackBerry-JQM.min.css

Large diffs are not rendered by default.

54 changes: 51 additions & 3 deletions kitchenSink/lib/BlackBerry-JQM-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3860,7 +3860,57 @@ around buttons. "ui-btn-inner" represents the actual button face.*/
}
/* Global Search & Text Input
-----------------------------------------------------------------------------------------------------------*/
input.ui-input-text,
div.ui-input-text {
background-image: none;
position: relative;
height: inherit;
padding: 0;
box-shadow: 0 0 1px 2px #bebebe, 0 3px 5px -1px #aaaaaa;
}
div.ui-input-text.ui-focus {
/*Set Highlight*/

-webkit-box-shadow: inset 0 0 0px 4px #00a8df;
box-shadow: 0 0 0px 4px #00a8df;
}
div.ui-input-text input.ui-input-text {
/*font*/

font-size: 40px;
font-style: normal;
font-weight: normal;
font-family: Slate, 'Slate Pro', 'Myriad Pro', 'BBAlpha Sans';
/*Dimensions*/

height: 2.125em;
max-height: 2.125em;
width: 100%;
display: block;
box-sizing: border-box;
/*Spacing*/

margin: 0;
padding: 0.25em 0.5em;
/*Misc*/

-webkit-border-radius: 5px;
border-radius: 5px;
/*overrides*/

border: none;
/*Global Input Swatches*/

background: #f8f8f8;
text-shadow: none;
color: #262626;
}
div.ui-input-text input.ui-input-text.ui-disabled {
font-family: "Slate Pro";
font-style: normal;
opacity: 0.7;
background: #b8b8b8 !important;
-webkit-box-shadow: inset 0 0 0 2px #8c8c8c, inset 0 3px 3px 1px #8e8e8e;
}
textarea.ui-input-text {
/*font*/

Expand Down Expand Up @@ -3892,13 +3942,11 @@ textarea.ui-input-text {
text-shadow: none;
color: #262626;
}
input.ui-input-text.ui-focus,
textarea.ui-input-text.ui-focus {
/*Set Highlight*/

-webkit-box-shadow: inset 0 0 0px 4px #00a8df;
}
input.ui-input-text.ui-disabled,
textarea.ui-input-text.ui-disabled {
font-family: "Slate Pro";
font-style: normal;
Expand Down
56 changes: 55 additions & 1 deletion src/less/textinput.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,60 @@

/* Global Search & Text Input
-----------------------------------------------------------------------------------------------------------*/
input.ui-input-text, textarea.ui-input-text {
div.ui-input-text{

background-image: none;
position: relative;
height: inherit;
padding: 0;
box-shadow: 0 0 1px 2px #bebebe, 0 3px 5px -1px #aaaaaa;

&.ui-focus {
.inputFocused();
box-shadow: 0 0 0px 4px @global-active-background-color;
}

input.ui-input-text {
/*font*/
font-size: @inputFontSize;
font-style: normal;
font-weight: normal;
font-family: @global-font-family;

/*Dimensions*/
height: @inputHeight;
max-height: @inputHeight;
width: 100%;
//max-width: @inputMaxWidth;
display: block;
box-sizing: border-box;

/*Spacing*/
margin: 0;
padding: @inputPadding;

/*Misc*/
.rounded(@inputRounding);

/*overrides*/
border: none;
//-webkit-box-shadow: inset 0 0 1px 2px #bebebe, inset 0 3px 5px -1px #aaaaaa;

/*Global Input Swatches*/
background: @snow;
text-shadow: none;
color: @primaryDark;



&.ui-disabled {
.inputDisabled();
}
}
}


textarea.ui-input-text {
/*font*/
font-size: @inputFontSize;
font-style: normal;
Expand Down Expand Up @@ -55,6 +108,7 @@ input.ui-input-text, textarea.ui-input-text {
}
}


.ui-input-search {
display: block;
font-size: @inputFontSize;
Expand Down