mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
@@ -62,7 +62,7 @@
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/bootstrap.min.css?rel=9ed20b1ee8"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=17ddff094c"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=b2108594cd"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos_bower.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
|
||||
34
css/bootstrap.autocomplete.css
vendored
34
css/bootstrap.autocomplete.css
vendored
@@ -1,4 +1,5 @@
|
||||
.ui-autocomplete {
|
||||
.ui-autocomplete
|
||||
{
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
@@ -7,39 +8,44 @@
|
||||
display: none;
|
||||
min-width: 160px;
|
||||
_width: 160px;
|
||||
padding: 4px 0;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0 0;
|
||||
list-style: none;
|
||||
font-size: 13px;
|
||||
background-color: #ffffff;
|
||||
border-color: #ccc;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
border-color: #cccccc;
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
}
|
||||
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
|
||||
|
||||
.ui-autocomplete .ui-menu-item > a.ui-corner-all
|
||||
{
|
||||
display: block;
|
||||
padding: 3px 15px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
color: #7b8a8b;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
|
||||
|
||||
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active
|
||||
{
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
background-color: #0088cc;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
|
||||
@@ -136,6 +136,12 @@ button.btn.dropdown-toggle.btn-sm
|
||||
{
|
||||
background-color: white;
|
||||
color: black;
|
||||
border: 2px solid #dce4ec;
|
||||
}
|
||||
|
||||
.dropdown-menu
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px)
|
||||
|
||||
1
dist/opensourcepos.js
vendored
1
dist/opensourcepos.js
vendored
@@ -43969,7 +43969,6 @@ $.extend( $.validator, {
|
||||
data: data,
|
||||
context: validator.currentForm,
|
||||
success: function( response ) {
|
||||
debugger;;
|
||||
var valid = response === true || response === "true",
|
||||
errors, message, submitted;
|
||||
|
||||
|
||||
2
dist/opensourcepos.min.css
vendored
2
dist/opensourcepos.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -63,7 +63,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="templates/spacelab/css/bootstrap.min.css?rel=9ed20b1ee8"/>
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=17ddff094c"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=b2108594cd"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos_bower.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="templates/spacelab/css/style.css"/>
|
||||
|
||||
Reference in New Issue
Block a user