Show More
@@ -14,11 +14,11 b' input[type="button"] {' | |||||
14 | font-family: @text-light; |
|
14 | font-family: @text-light; | |
15 | text-decoration: none; |
|
15 | text-decoration: none; | |
16 | text-shadow: none; |
|
16 | text-shadow: none; | |
17 |
color: @grey |
|
17 | color: @grey2; | |
18 | background-color: white; |
|
18 | background-color: white; | |
19 | background-image: none; |
|
19 | background-image: none; | |
20 | border: none; |
|
20 | border: none; | |
21 |
.border ( @border-thickness-buttons, @grey |
|
21 | .border ( @border-thickness-buttons, @grey5 ); | |
22 | .border-radius (@border-radius); |
|
22 | .border-radius (@border-radius); | |
23 | cursor: pointer; |
|
23 | cursor: pointer; | |
24 | white-space: nowrap; |
|
24 | white-space: nowrap; | |
@@ -48,8 +48,9 b' input[type="button"] {' | |||||
48 | outline:none; |
|
48 | outline:none; | |
49 | } |
|
49 | } | |
50 | &:hover { |
|
50 | &:hover { | |
51 |
color: |
|
51 | color: @rcdarkblue; | |
52 |
background-color: @ |
|
52 | background-color: @white; | |
|
53 | .border ( @border-thickness, @grey4 ); | |||
53 | } |
|
54 | } | |
54 |
|
55 | |||
55 | .icon-remove-sign { |
|
56 | .icon-remove-sign { | |
@@ -93,7 +94,7 b' input[type="button"] {' | |||||
93 | } |
|
94 | } | |
94 | } |
|
95 | } | |
95 | &:disabled { |
|
96 | &:disabled { | |
96 |
.border ( @border-thickness-buttons, @grey |
|
97 | .border ( @border-thickness-buttons, @grey5 ); | |
97 | background-color: transparent; |
|
98 | background-color: transparent; | |
98 | } |
|
99 | } | |
99 | } |
|
100 | } | |
@@ -330,6 +331,7 b' input[type="submit"] {' | |||||
330 | .border ( @border-thickness-buttons, @rcblue ); |
|
331 | .border ( @border-thickness-buttons, @rcblue ); | |
331 | background-color: @rcblue; |
|
332 | background-color: @rcblue; | |
332 | color: white; |
|
333 | color: white; | |
|
334 | opacity: 0.5; | |||
333 | } |
|
335 | } | |
334 | } |
|
336 | } | |
335 |
|
337 |
@@ -1236,24 +1236,27 b' table.integrations {' | |||||
1236 |
|
1236 | |||
1237 | .autocomplete-suggestions { |
|
1237 | .autocomplete-suggestions { | |
1238 | width: auto !important; // overrides autocomplete.js |
|
1238 | width: auto !important; // overrides autocomplete.js | |
|
1239 | min-width: 278px; | |||
1239 |
|
|
1240 | margin: 0; | |
1240 |
border: @border-thickness solid @r |
|
1241 | border: @border-thickness solid @grey5; | |
1241 | border-radius: @border-radius; |
|
1242 | border-radius: @border-radius; | |
1242 |
color: @r |
|
1243 | color: @grey2; | |
1243 | background-color: white; |
|
1244 | background-color: white; | |
1244 | } |
|
1245 | } | |
|
1246 | ||||
1245 | .autocomplete-selected { |
|
1247 | .autocomplete-selected { | |
1246 | background: #F0F0F0; |
|
1248 | background: #F0F0F0; | |
1247 | } |
|
1249 | } | |
|
1250 | ||||
1248 | .ac-container-wrap { |
|
1251 | .ac-container-wrap { | |
1249 | margin: 0; |
|
1252 | margin: 0; | |
1250 | padding: 8px; |
|
1253 | padding: 8px; | |
1251 |
border-bottom: @border-thickness solid @ |
|
1254 | border-bottom: @border-thickness solid @grey5; | |
1252 | list-style-type: none; |
|
1255 | list-style-type: none; | |
1253 | cursor: pointer; |
|
1256 | cursor: pointer; | |
1254 |
|
1257 | |||
1255 | &:hover { |
|
1258 | &:hover { | |
1256 |
background-color: @ |
|
1259 | background-color: @grey7; | |
1257 | } |
|
1260 | } | |
1258 |
|
1261 | |||
1259 | img { |
|
1262 | img { | |
@@ -2151,6 +2154,7 b' h3.files_location{' | |||||
2151 | .disabled { |
|
2154 | .disabled { | |
2152 | color: @grey5; |
|
2155 | color: @grey5; | |
2153 | cursor: not-allowed; |
|
2156 | cursor: not-allowed; | |
|
2157 | opacity: 0.5; | |||
2154 | } |
|
2158 | } | |
2155 | } |
|
2159 | } | |
2156 |
|
2160 | |||
@@ -2166,6 +2170,7 b' h3.files_location{' | |||||
2166 | .disabled { |
|
2170 | .disabled { | |
2167 | color: @grey5; |
|
2171 | color: @grey5; | |
2168 | cursor: not-allowed; |
|
2172 | cursor: not-allowed; | |
|
2173 | opacity: 0.5; | |||
2169 | } |
|
2174 | } | |
2170 | } |
|
2175 | } | |
2171 | } |
|
2176 | } |
General Comments 0
You need to be logged in to leave comments.
Login now