Skip to content

Commit

Permalink
Merge branch 'release/1.9.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
kymni committed Nov 29, 2017
2 parents d921706 + d1eba77 commit 496e07a
Show file tree
Hide file tree
Showing 44 changed files with 2,069 additions and 2,421 deletions.
2 changes: 1 addition & 1 deletion Dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ DEPENDENCIES
yui-compressor

BUNDLED WITH
1.10.3
1.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{:class "active"})
[:a {:on-click #(dispatch :navigate {:name :users/users-list
:params nil})}
(t> _dashboard_users)]]
(t> _users)]]
[:li (if (= name :users/roles-and-permissions)
{:class "active"})
[:a {:on-click #(dispatch :navigate {:name :users/roles-and-permissions
Expand Down
9 changes: 0 additions & 9 deletions Dashboard/app/css/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ textarea {
border: thin solid rgb(232, 232, 232);
background: rgb(250, 244, 230);
border-radius: 2px;

&:hover {
border: 1px solid rgb(114, 205, 255);
background: rgb(224, 224, 224);
background: -webkit-linear-gradient(rgb(245, 245, 245), rgb(234, 234, 234));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(234, 234, 234)));
background: linear-gradient(rgb(245, 245, 245), rgb(234, 234, 234));
}

&:focus {
border: 1px solid rgb(205, 205, 205);
background: rgb(245, 255, 216);
Expand Down Expand Up @@ -59,7 +57,6 @@ label {
cursor: pointer;
display: block;
color: rgb(107, 134, 141);

&.checkboxType {
display: inline-block !important;
}
Expand Down Expand Up @@ -101,7 +98,6 @@ input[type="radio"] {
width: 13px;
height: 13px;
display: block;

& + label {
display: inline;
}
Expand All @@ -115,12 +111,10 @@ input[type="search"] {
padding: 5px 25px 3px 4px;
border: 1px solid rgb(218, 218, 218);
background: rgb(255, 255, 255) url(../images/search-icon.png) no-repeat 3px right;

&:hover {
border: 1px solid rgb(114, 205, 255);
background: rgb(224, 224, 224) url(../images/search-icon.png) no-repeat top right;
}

&:focus {
border: 1px solid rgb(123, 123, 123);
background: rgb(244, 244, 244) url(../images/search-icon.png) no-repeat top right;
Expand All @@ -139,11 +133,8 @@ input::-moz-focus-inner {
}

input[type="submit"] {
padding: 5px 10px;
border: none;

&:hover {
padding: 5px 10px;
border: none;
}
}
Loading

0 comments on commit 496e07a

Please sign in to comment.