Skip to content

Commit

Permalink
Update CSS & README (MHSanaei#1335)
Browse files Browse the repository at this point in the history
* Update inbound_client_table.html

* Update custom.css

* Delete media/1.png

* Delete media/2.png

* Delete media/3.png

* Delete media/4.png

* Delete media/5.png

* pic v2.0.0

* Update README.md

* Delete media/0.png

* Delete media/1.png

* Delete media/2.png

* Delete media/3.png

* Delete media/4.png

* Delete media/5.png

* Delete media/6.png

* pic v2.0.0

* Update README.md

* Delete media/2.png

* pic v2.0.0
  • Loading branch information
TaraRostami authored Dec 12, 2023
1 parent af54b34 commit 7750424
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
![4](./media/4.png)
![5](./media/5.png)
![6](./media/6.png)
![7](./media/7.png)

## Stargazers over time

Expand Down
Binary file modified media/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 20 additions & 4 deletions web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,16 +790,22 @@ style attribute {

.has-warning .ant-input,
.has-warning .ant-input:hover {
background-color: #fff6e6;
border-color: #ffd98c;
background-color: #ffeee1;
border-color: #fec093;
}

.has-warning .ant-input::placeholder {
color: #faad14;
color: #f37b24;
}

.has-warning .ant-input:not([disabled]):hover {
border-color: #ffd98c;
border-color: #fec093;
}

.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon, .ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,
.ant-alert-warning .ant-alert-icon,
.has-warning.has-feedback .ant-form-item-children-icon {
color: #f37b24;
}

.dark .has-warning .ant-input,
Expand Down Expand Up @@ -1040,6 +1046,16 @@ li.ant-select-dropdown-menu-item:empty:after {
overflow: clip;
}

.tag-of-wrap {
text-wrap: pretty;
overflow-wrap: anywhere;
max-width: 200px;
}

.ant-modal-body {
overflow-x: auto;
}

.ant-calendar-year-panel-year:hover,
.ant-calendar-decade-panel-decade:hover,
.ant-calendar-month-panel-month:hover,
Expand Down
2 changes: 1 addition & 1 deletion web/html/xui/inbound_client_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:overlay-class-name="themeSwitcher.currentTheme"
ok-text='{{ i18n "reset"}}'
cancel-text='{{ i18n "cancel"}}'>
<a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #3c89e8' : 'color: blue'"></a-icon>
<a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #008771' : 'color: #008771'"></a-icon>
<a-icon style="font-size: 24px; cursor: pointer;" class="normal-icon" type="retweet" v-if="client.email.length > 0"></a-icon>
</a-popconfirm>
</a-tooltip>
Expand Down

0 comments on commit 7750424

Please sign in to comment.