Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cd2c4aa

Browse files
committed
changes
1 parent f74d703 commit cd2c4aa

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

css/obBase.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4230,10 +4230,12 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
42304230
}
42314231
42324232
#ov1 .server-connect-modal .message-bar > div {
4233-
background-color: red;
4234-
padding: 8px 10px;
4233+
background-color: #C62D2D;
4234+
padding: 8px 20px;
42354235
line-height: 2.2;
42364236
display: inline-block;
4237+
border-bottom-left-radius: 4px;
4238+
border-bottom-right-radius: 4px;
42374239
}
42384240
42394241
#ov1 .server-connect-modal .message-bar .message-bar-close {
@@ -4262,7 +4264,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
42624264
content: '';
42634265
position: absolute;
42644266
width: 6px;
4265-
background-color: red;
4267+
background-color: #C62D2D;
42664268
top: 0;
42674269
left: 0;
42684270
bottom: 0;

js/templates/serverConfigRow.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="rowItem padding12 positionRelative <% ob.status === 'failed' && print('connection-failed') %>">
1+
<div class="rowItem padding15 positionRelative <% ob.status === 'failed' && print('connection-failed') %>">
22
<div class="flexRow">
33
<div class="table">
44
<div>
@@ -22,7 +22,7 @@
2222
</a>
2323
<% } %>
2424
<% } else if (ob.status === 'connected') { %>
25-
<span class="ion-radio-waves textOpacity1"></span> <%= polyglot.t('serverConnectModal.connected') %>
25+
<span class="ion-checkmark textOpacity1"></span> <%= polyglot.t('serverConnectModal.connected') %>
2626
<% } else if (ob.status === 'connecting') { %>
2727
<span class="vertAlignMid"><%= polyglot.t('serverConnectModal.connecting') %>...</span>
2828
<a class="btn btn-txt btn-secondary custCol-secondary fontSize13 marginLeft10 js-cancel">

js/templates/serverConnectModal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="message-bar positionFixed alignCenter slide-out js-msg-bar">
22
<div>
3-
<span class="message-bar-close clickable positionRelative pull-right alignCenter js-msg-bar-close">X</span>
4-
<span class="ion-alert"></span>
3+
<span class="message-bar-close ion-android-close clickable marginLeft15 marginTop7 pull-right textOpacity75 alignCenter js-msg-bar-close"></span>
4+
<!-- <span class="ion-alert marginRight5"></span> -->
55
<span class="js-message-bar-content"></span>
66
</div>
77
</div>

0 commit comments

Comments
 (0)