v0.0.4
+ Реализовано: обновление/добавление/удаление номера + Добавлена кнопка обновления активной вкладки - Доработать проверки на обновление/добавление/удаление номера
This commit is contained in:
parent
c0290cd753
commit
de17e88d37
13 changed files with 283 additions and 56 deletions
|
@ -25,9 +25,9 @@ div.div-header {
|
|||
|
||||
/* HEADER */
|
||||
|
||||
/* div.div-add {
|
||||
div.main-button {
|
||||
margin-right: 20px
|
||||
} */
|
||||
}
|
||||
|
||||
div.div-search {
|
||||
display: flex;
|
||||
|
@ -107,10 +107,16 @@ td {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
tr.row {
|
||||
border-top: 1px solid #fff;
|
||||
}
|
||||
|
||||
tr.row:hover, tr.row:nth-child(even):hover {
|
||||
background-color: #c5c5c5;
|
||||
color: #fff;
|
||||
background-color: #f6f6f6;
|
||||
color: #003eff;
|
||||
cursor: pointer;
|
||||
border-bottom: 1px solid #c5c5c5;
|
||||
border-top: 1px solid #c5c5c5;
|
||||
}
|
||||
|
||||
/* EDIT NUMBER */
|
||||
|
@ -148,6 +154,10 @@ tr.row:hover, tr.row:nth-child(even):hover {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.comment-name {
|
||||
padding: 15px 0 5px 0;
|
||||
}
|
||||
|
||||
.comment-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue