admin_lte-rails 2.2.0.9 → 2.3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -0
  3. data/README.md +10 -0
  4. data/Rakefile +14 -12
  5. data/admin_lte-rails.gemspec +1 -1
  6. data/app/assets/javascripts/admin_lte/app.js +35 -20
  7. data/app/assets/stylesheets/admin_lte/ltr/AdminLTE.scss +929 -235
  8. data/app/assets/stylesheets/admin_lte/ltr/admin_lte.css +2 -2
  9. data/app/assets/stylesheets/admin_lte/ltr/skins/_all-skins.scss +136 -124
  10. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-black-light.scss +12 -11
  11. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-black.scss +12 -11
  12. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-blue-light.scss +12 -11
  13. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-blue.scss +12 -11
  14. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-green-light.scss +11 -10
  15. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-green.scss +11 -10
  16. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-purple-light.scss +11 -10
  17. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-purple.scss +11 -10
  18. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-red-light.scss +11 -10
  19. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-red.scss +11 -10
  20. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-yellow-light.scss +11 -10
  21. data/app/assets/stylesheets/admin_lte/ltr/skins/skin-yellow.scss +11 -10
  22. data/app/assets/stylesheets/admin_lte/rtl/AdminLTE.scss +929 -235
  23. data/app/assets/stylesheets/admin_lte/rtl/admin_lte.css +3 -2
  24. data/app/assets/stylesheets/admin_lte/rtl/sidebar_rtl_fix.scss +31 -0
  25. data/app/assets/stylesheets/admin_lte/rtl/skins/_all-skins.scss +136 -124
  26. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-black-light.scss +12 -11
  27. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-black.scss +12 -11
  28. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-blue-light.scss +12 -11
  29. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-blue.scss +12 -11
  30. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-green-light.scss +11 -10
  31. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-green.scss +11 -10
  32. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-purple-light.scss +11 -10
  33. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-purple.scss +11 -10
  34. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-red-light.scss +11 -10
  35. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-red.scss +11 -10
  36. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-yellow-light.scss +11 -10
  37. data/app/assets/stylesheets/admin_lte/rtl/skins/skin-yellow.scss +11 -10
  38. data/lib/admin_lte-rails/version.rb +1 -1
  39. data/lib/ltr/admin_lte.css +2 -2
  40. data/lib/rtl/_sidebar_rtl_fix.scss +31 -0
  41. data/lib/rtl/admin_lte.css +3 -2
  42. metadata +7 -4
@@ -25,7 +25,8 @@
25
25
  .skin-black-light .main-header > .navbar .nav > li > a:focus,
26
26
  .skin-black-light .main-header > .navbar .nav .open > a,
27
27
  .skin-black-light .main-header > .navbar .nav .open > a:hover,
28
- .skin-black-light .main-header > .navbar .nav .open > a:focus {
28
+ .skin-black-light .main-header > .navbar .nav .open > a:focus,
29
+ .skin-black-light .main-header > .navbar .nav > .active > a {
29
30
  background: #ffffff;
30
31
  color: #999999;
31
32
  }
@@ -51,7 +52,7 @@
51
52
  .skin-black-light .main-header > .logo {
52
53
  background-color: #ffffff;
53
54
  color: #333333;
54
- border-bottom: 0px solid transparent;
55
+ border-bottom: 0 solid transparent;
55
56
  border-left: 1px solid #eee;
56
57
  }
57
58
  .skin-black-light .main-header > .logo:hover {
@@ -61,7 +62,7 @@
61
62
  .skin-black-light .main-header > .logo {
62
63
  background-color: #222222;
63
64
  color: #ffffff;
64
- border-bottom: 0px solid transparent;
65
+ border-bottom: 0 solid transparent;
65
66
  border-left: none;
66
67
  }
67
68
  .skin-black-light .main-header > .logo:hover {
@@ -148,10 +149,10 @@
148
149
  }
149
150
  .skin-black-light .sidebar-form input[type="text"] {
150
151
  color: #666;
151
- border-top-right-radius: 2px !important;
152
- border-top-left-radius: 0 !important;
153
- border-bottom-left-radius: 0 !important;
154
- border-bottom-right-radius: 2px !important;
152
+ border-top-right-radius: 2px;
153
+ border-top-left-radius: 0;
154
+ border-bottom-left-radius: 0;
155
+ border-bottom-right-radius: 2px;
155
156
  }
156
157
  .skin-black-light .sidebar-form input[type="text"]:focus,
157
158
  .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -163,10 +164,10 @@
163
164
  }
164
165
  .skin-black-light .sidebar-form .btn {
165
166
  color: #999;
166
- border-top-right-radius: 0 !important;
167
- border-top-left-radius: 2px !important;
168
- border-bottom-left-radius: 2px !important;
169
- border-bottom-right-radius: 0 !important;
167
+ border-top-right-radius: 0;
168
+ border-top-left-radius: 2px;
169
+ border-bottom-left-radius: 2px;
170
+ border-bottom-right-radius: 0;
170
171
  }
171
172
  @media (min-width: 768px) {
172
173
  .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
@@ -25,7 +25,8 @@
25
25
  .skin-black .main-header > .navbar .nav > li > a:focus,
26
26
  .skin-black .main-header > .navbar .nav .open > a,
27
27
  .skin-black .main-header > .navbar .nav .open > a:hover,
28
- .skin-black .main-header > .navbar .nav .open > a:focus {
28
+ .skin-black .main-header > .navbar .nav .open > a:focus,
29
+ .skin-black .main-header > .navbar .nav > .active > a {
29
30
  background: #ffffff;
30
31
  color: #999999;
31
32
  }
@@ -51,7 +52,7 @@
51
52
  .skin-black .main-header > .logo {
52
53
  background-color: #ffffff;
53
54
  color: #333333;
54
- border-bottom: 0px solid transparent;
55
+ border-bottom: 0 solid transparent;
55
56
  border-left: 1px solid #eee;
56
57
  }
57
58
  .skin-black .main-header > .logo:hover {
@@ -61,7 +62,7 @@
61
62
  .skin-black .main-header > .logo {
62
63
  background-color: #222222;
63
64
  color: #ffffff;
64
- border-bottom: 0px solid transparent;
65
+ border-bottom: 0 solid transparent;
65
66
  border-left: none;
66
67
  }
67
68
  .skin-black .main-header > .logo:hover {
@@ -131,10 +132,10 @@
131
132
  }
132
133
  .skin-black .sidebar-form input[type="text"] {
133
134
  color: #666;
134
- border-top-right-radius: 2px !important;
135
- border-top-left-radius: 0 !important;
136
- border-bottom-left-radius: 0 !important;
137
- border-bottom-right-radius: 2px !important;
135
+ border-top-right-radius: 2px;
136
+ border-top-left-radius: 0;
137
+ border-bottom-left-radius: 0;
138
+ border-bottom-right-radius: 2px;
138
139
  }
139
140
  .skin-black .sidebar-form input[type="text"]:focus,
140
141
  .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -146,9 +147,9 @@
146
147
  }
147
148
  .skin-black .sidebar-form .btn {
148
149
  color: #999;
149
- border-top-right-radius: 0 !important;
150
- border-top-left-radius: 2px !important;
151
- border-bottom-left-radius: 2px !important;
152
- border-bottom-right-radius: 0 !important;
150
+ border-top-right-radius: 0;
151
+ border-top-left-radius: 2px;
152
+ border-bottom-left-radius: 2px;
153
+ border-bottom-right-radius: 0;
153
154
  }
154
155
 
@@ -13,7 +13,8 @@
13
13
  .skin-blue-light .main-header .navbar .nav > li > a:focus,
14
14
  .skin-blue-light .main-header .navbar .nav .open > a,
15
15
  .skin-blue-light .main-header .navbar .nav .open > a:hover,
16
- .skin-blue-light .main-header .navbar .nav .open > a:focus {
16
+ .skin-blue-light .main-header .navbar .nav .open > a:focus,
17
+ .skin-blue-light .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-blue-light .main-header .logo {
45
46
  background-color: #3c8dbc;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-blue-light .main-header .logo:hover {
50
51
  background-color: #3b8ab8;
@@ -128,10 +129,10 @@
128
129
  }
129
130
  .skin-blue-light .sidebar-form input[type="text"] {
130
131
  color: #666;
131
- border-top-right-radius: 2px !important;
132
- border-top-left-radius: 0 !important;
133
- border-bottom-left-radius: 0 !important;
134
- border-bottom-right-radius: 2px !important;
132
+ border-top-right-radius: 2px;
133
+ border-top-left-radius: 0;
134
+ border-bottom-left-radius: 0;
135
+ border-bottom-right-radius: 2px;
135
136
  }
136
137
  .skin-blue-light .sidebar-form input[type="text"]:focus,
137
138
  .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -143,10 +144,10 @@
143
144
  }
144
145
  .skin-blue-light .sidebar-form .btn {
145
146
  color: #999;
146
- border-top-right-radius: 0 !important;
147
- border-top-left-radius: 2px !important;
148
- border-bottom-left-radius: 2px !important;
149
- border-bottom-right-radius: 0 !important;
147
+ border-top-right-radius: 0;
148
+ border-top-left-radius: 2px;
149
+ border-bottom-left-radius: 2px;
150
+ border-bottom-right-radius: 0;
150
151
  }
151
152
  @media (min-width: 768px) {
152
153
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
@@ -159,7 +160,7 @@
159
160
  .skin-blue.layout-top-nav .main-header > .logo {
160
161
  background-color: #3c8dbc;
161
162
  color: #ffffff;
162
- border-bottom: 0px solid transparent;
163
+ border-bottom: 0 solid transparent;
163
164
  }
164
165
  .skin-blue.layout-top-nav .main-header > .logo:hover {
165
166
  background-color: #3b8ab8;
@@ -13,7 +13,8 @@
13
13
  .skin-blue .main-header .navbar .nav > li > a:focus,
14
14
  .skin-blue .main-header .navbar .nav .open > a,
15
15
  .skin-blue .main-header .navbar .nav .open > a:hover,
16
- .skin-blue .main-header .navbar .nav .open > a:focus {
16
+ .skin-blue .main-header .navbar .nav .open > a:focus,
17
+ .skin-blue .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-blue .main-header .logo {
45
46
  background-color: #367fa9;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-blue .main-header .logo:hover {
50
51
  background-color: #357ca5;
@@ -111,10 +112,10 @@
111
112
  }
112
113
  .skin-blue .sidebar-form input[type="text"] {
113
114
  color: #666;
114
- border-top-right-radius: 2px !important;
115
- border-top-left-radius: 0 !important;
116
- border-bottom-left-radius: 0 !important;
117
- border-bottom-right-radius: 2px !important;
115
+ border-top-right-radius: 2px;
116
+ border-top-left-radius: 0;
117
+ border-bottom-left-radius: 0;
118
+ border-bottom-right-radius: 2px;
118
119
  }
119
120
  .skin-blue .sidebar-form input[type="text"]:focus,
120
121
  .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -126,15 +127,15 @@
126
127
  }
127
128
  .skin-blue .sidebar-form .btn {
128
129
  color: #999;
129
- border-top-right-radius: 0 !important;
130
- border-top-left-radius: 2px !important;
131
- border-bottom-left-radius: 2px !important;
132
- border-bottom-right-radius: 0 !important;
130
+ border-top-right-radius: 0;
131
+ border-top-left-radius: 2px;
132
+ border-bottom-left-radius: 2px;
133
+ border-bottom-right-radius: 0;
133
134
  }
134
135
  .skin-blue.layout-top-nav .main-header > .logo {
135
136
  background-color: #3c8dbc;
136
137
  color: #ffffff;
137
- border-bottom: 0px solid transparent;
138
+ border-bottom: 0 solid transparent;
138
139
  }
139
140
  .skin-blue.layout-top-nav .main-header > .logo:hover {
140
141
  background-color: #3b8ab8;
@@ -13,7 +13,8 @@
13
13
  .skin-green-light .main-header .navbar .nav > li > a:focus,
14
14
  .skin-green-light .main-header .navbar .nav .open > a,
15
15
  .skin-green-light .main-header .navbar .nav .open > a:hover,
16
- .skin-green-light .main-header .navbar .nav .open > a:focus {
16
+ .skin-green-light .main-header .navbar .nav .open > a:focus,
17
+ .skin-green-light .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-green-light .main-header .logo {
45
46
  background-color: #00a65a;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-green-light .main-header .logo:hover {
50
51
  background-color: #00a157;
@@ -128,10 +129,10 @@
128
129
  }
129
130
  .skin-green-light .sidebar-form input[type="text"] {
130
131
  color: #666;
131
- border-top-right-radius: 2px !important;
132
- border-top-left-radius: 0 !important;
133
- border-bottom-left-radius: 0 !important;
134
- border-bottom-right-radius: 2px !important;
132
+ border-top-right-radius: 2px;
133
+ border-top-left-radius: 0;
134
+ border-bottom-left-radius: 0;
135
+ border-bottom-right-radius: 2px;
135
136
  }
136
137
  .skin-green-light .sidebar-form input[type="text"]:focus,
137
138
  .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -143,10 +144,10 @@
143
144
  }
144
145
  .skin-green-light .sidebar-form .btn {
145
146
  color: #999;
146
- border-top-right-radius: 0 !important;
147
- border-top-left-radius: 2px !important;
148
- border-bottom-left-radius: 2px !important;
149
- border-bottom-right-radius: 0 !important;
147
+ border-top-right-radius: 0;
148
+ border-top-left-radius: 2px;
149
+ border-bottom-left-radius: 2px;
150
+ border-bottom-right-radius: 0;
150
151
  }
151
152
  @media (min-width: 768px) {
152
153
  .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
@@ -13,7 +13,8 @@
13
13
  .skin-green .main-header .navbar .nav > li > a:focus,
14
14
  .skin-green .main-header .navbar .nav .open > a,
15
15
  .skin-green .main-header .navbar .nav .open > a:hover,
16
- .skin-green .main-header .navbar .nav .open > a:focus {
16
+ .skin-green .main-header .navbar .nav .open > a:focus,
17
+ .skin-green .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-green .main-header .logo {
45
46
  background-color: #008d4c;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-green .main-header .logo:hover {
50
51
  background-color: #008749;
@@ -111,10 +112,10 @@
111
112
  }
112
113
  .skin-green .sidebar-form input[type="text"] {
113
114
  color: #666;
114
- border-top-right-radius: 2px !important;
115
- border-top-left-radius: 0 !important;
116
- border-bottom-left-radius: 0 !important;
117
- border-bottom-right-radius: 2px !important;
115
+ border-top-right-radius: 2px;
116
+ border-top-left-radius: 0;
117
+ border-bottom-left-radius: 0;
118
+ border-bottom-right-radius: 2px;
118
119
  }
119
120
  .skin-green .sidebar-form input[type="text"]:focus,
120
121
  .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -126,9 +127,9 @@
126
127
  }
127
128
  .skin-green .sidebar-form .btn {
128
129
  color: #999;
129
- border-top-right-radius: 0 !important;
130
- border-top-left-radius: 2px !important;
131
- border-bottom-left-radius: 2px !important;
132
- border-bottom-right-radius: 0 !important;
130
+ border-top-right-radius: 0;
131
+ border-top-left-radius: 2px;
132
+ border-bottom-left-radius: 2px;
133
+ border-bottom-right-radius: 0;
133
134
  }
134
135
 
@@ -13,7 +13,8 @@
13
13
  .skin-purple-light .main-header .navbar .nav > li > a:focus,
14
14
  .skin-purple-light .main-header .navbar .nav .open > a,
15
15
  .skin-purple-light .main-header .navbar .nav .open > a:hover,
16
- .skin-purple-light .main-header .navbar .nav .open > a:focus {
16
+ .skin-purple-light .main-header .navbar .nav .open > a:focus,
17
+ .skin-purple-light .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-purple-light .main-header .logo {
45
46
  background-color: #605ca8;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-purple-light .main-header .logo:hover {
50
51
  background-color: #5d59a6;
@@ -128,10 +129,10 @@
128
129
  }
129
130
  .skin-purple-light .sidebar-form input[type="text"] {
130
131
  color: #666;
131
- border-top-right-radius: 2px !important;
132
- border-top-left-radius: 0 !important;
133
- border-bottom-left-radius: 0 !important;
134
- border-bottom-right-radius: 2px !important;
132
+ border-top-right-radius: 2px;
133
+ border-top-left-radius: 0;
134
+ border-bottom-left-radius: 0;
135
+ border-bottom-right-radius: 2px;
135
136
  }
136
137
  .skin-purple-light .sidebar-form input[type="text"]:focus,
137
138
  .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -143,10 +144,10 @@
143
144
  }
144
145
  .skin-purple-light .sidebar-form .btn {
145
146
  color: #999;
146
- border-top-right-radius: 0 !important;
147
- border-top-left-radius: 2px !important;
148
- border-bottom-left-radius: 2px !important;
149
- border-bottom-right-radius: 0 !important;
147
+ border-top-right-radius: 0;
148
+ border-top-left-radius: 2px;
149
+ border-bottom-left-radius: 2px;
150
+ border-bottom-right-radius: 0;
150
151
  }
151
152
  @media (min-width: 768px) {
152
153
  .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
@@ -13,7 +13,8 @@
13
13
  .skin-purple .main-header .navbar .nav > li > a:focus,
14
14
  .skin-purple .main-header .navbar .nav .open > a,
15
15
  .skin-purple .main-header .navbar .nav .open > a:hover,
16
- .skin-purple .main-header .navbar .nav .open > a:focus {
16
+ .skin-purple .main-header .navbar .nav .open > a:focus,
17
+ .skin-purple .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-purple .main-header .logo {
45
46
  background-color: #555299;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-purple .main-header .logo:hover {
50
51
  background-color: #545096;
@@ -111,10 +112,10 @@
111
112
  }
112
113
  .skin-purple .sidebar-form input[type="text"] {
113
114
  color: #666;
114
- border-top-right-radius: 2px !important;
115
- border-top-left-radius: 0 !important;
116
- border-bottom-left-radius: 0 !important;
117
- border-bottom-right-radius: 2px !important;
115
+ border-top-right-radius: 2px;
116
+ border-top-left-radius: 0;
117
+ border-bottom-left-radius: 0;
118
+ border-bottom-right-radius: 2px;
118
119
  }
119
120
  .skin-purple .sidebar-form input[type="text"]:focus,
120
121
  .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -126,9 +127,9 @@
126
127
  }
127
128
  .skin-purple .sidebar-form .btn {
128
129
  color: #999;
129
- border-top-right-radius: 0 !important;
130
- border-top-left-radius: 2px !important;
131
- border-bottom-left-radius: 2px !important;
132
- border-bottom-right-radius: 0 !important;
130
+ border-top-right-radius: 0;
131
+ border-top-left-radius: 2px;
132
+ border-bottom-left-radius: 2px;
133
+ border-bottom-right-radius: 0;
133
134
  }
134
135
 
@@ -13,7 +13,8 @@
13
13
  .skin-red-light .main-header .navbar .nav > li > a:focus,
14
14
  .skin-red-light .main-header .navbar .nav .open > a,
15
15
  .skin-red-light .main-header .navbar .nav .open > a:hover,
16
- .skin-red-light .main-header .navbar .nav .open > a:focus {
16
+ .skin-red-light .main-header .navbar .nav .open > a:focus,
17
+ .skin-red-light .main-header .navbar .nav > .active > a {
17
18
  background: rgba(0, 0, 0, 0.1);
18
19
  color: #f6f6f6;
19
20
  }
@@ -44,7 +45,7 @@
44
45
  .skin-red-light .main-header .logo {
45
46
  background-color: #dd4b39;
46
47
  color: #ffffff;
47
- border-bottom: 0px solid transparent;
48
+ border-bottom: 0 solid transparent;
48
49
  }
49
50
  .skin-red-light .main-header .logo:hover {
50
51
  background-color: #dc4735;
@@ -128,10 +129,10 @@
128
129
  }
129
130
  .skin-red-light .sidebar-form input[type="text"] {
130
131
  color: #666;
131
- border-top-right-radius: 2px !important;
132
- border-top-left-radius: 0 !important;
133
- border-bottom-left-radius: 0 !important;
134
- border-bottom-right-radius: 2px !important;
132
+ border-top-right-radius: 2px;
133
+ border-top-left-radius: 0;
134
+ border-bottom-left-radius: 0;
135
+ border-bottom-right-radius: 2px;
135
136
  }
136
137
  .skin-red-light .sidebar-form input[type="text"]:focus,
137
138
  .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
@@ -143,10 +144,10 @@
143
144
  }
144
145
  .skin-red-light .sidebar-form .btn {
145
146
  color: #999;
146
- border-top-right-radius: 0 !important;
147
- border-top-left-radius: 2px !important;
148
- border-bottom-left-radius: 2px !important;
149
- border-bottom-right-radius: 0 !important;
147
+ border-top-right-radius: 0;
148
+ border-top-left-radius: 2px;
149
+ border-bottom-left-radius: 2px;
150
+ border-bottom-right-radius: 0;
150
151
  }
151
152
  @media (min-width: 768px) {
152
153
  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {