mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 09:52:47 +01:00
Fix: style + typo
This commit is contained in:
parent
242df06a28
commit
77b89c44f7
7
d.ts/antos.d.ts
vendored
7
d.ts/antos.d.ts
vendored
@ -1133,16 +1133,16 @@ declare namespace OS {
|
|||||||
*/
|
*/
|
||||||
interface ToastOptions {
|
interface ToastOptions {
|
||||||
/**
|
/**
|
||||||
* Where the Toast is displayed?
|
* Where the Toast is displayed? see [[ANCHOR]]
|
||||||
*
|
*
|
||||||
* @type {ANCHOR}
|
* @type {ANCHOR}
|
||||||
* @memberof ToastOptions
|
* @memberof ToastOptions
|
||||||
*/
|
*/
|
||||||
location?: ANCHOR;
|
location?: ANCHOR;
|
||||||
/**
|
/**
|
||||||
* Timeout (in seconds) before the Toast disappear
|
* Timeout (in seconds) before the Toast disappears
|
||||||
* Set this value to 0 to prevent the Toast to disappear,
|
* Set this value to 0 to prevent the Toast to disappear,
|
||||||
* in this case, use need to explicitly close the notification
|
* in this case, user need to explicitly close the notification
|
||||||
*
|
*
|
||||||
* @type {number}
|
* @type {number}
|
||||||
* @memberof ToastOptions
|
* @memberof ToastOptions
|
||||||
@ -1158,6 +1158,7 @@ declare namespace OS {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Toast notification API
|
* Toast notification API
|
||||||
|
* Show a toast message on different posisition on screen, see [[ToastOptions]]
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
* @param
|
* @param
|
||||||
|
@ -302,9 +302,9 @@ namespace OS {
|
|||||||
location?: ANCHOR;
|
location?: ANCHOR;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Timeout (in seconds) before the Toast disappear
|
* Timeout (in seconds) before the Toast disappears
|
||||||
* Set this value to 0 to prevent the Toast to disappear,
|
* Set this value to 0 to prevent the Toast to disappear,
|
||||||
* in this case, use need to explicitly close the notification
|
* in this case, user need to explicitly close the notification
|
||||||
*
|
*
|
||||||
* @type {number}
|
* @type {number}
|
||||||
* @memberof ToastOptions
|
* @memberof ToastOptions
|
||||||
@ -322,7 +322,7 @@ namespace OS {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Toast notification API
|
* Toast notification API
|
||||||
* Show a toad message on different posisition on screen, see [[ToastOptions]]
|
* Show a toast message on different posisition on screen, see [[ToastOptions]]
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
* @param
|
* @param
|
||||||
|
@ -1,35 +1,35 @@
|
|||||||
afx-app-window[data-id ='Syslog'] div[data-id ='container']{
|
afx-app-window[data-id ='SystemReport'] div[data-id ='container']{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
afx-app-window[data-id ='Syslog'] .afx-bug-list-item-error {
|
afx-app-window[data-id ='SystemReport'] .afx-bug-list-item-error {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
afx-app-window[data-id ='Syslog'] .afx-bug-list-item-error i::before {
|
afx-app-window[data-id ='SystemReport'] .afx-bug-list-item-error i::before {
|
||||||
color: chocolate;
|
color: chocolate;
|
||||||
}
|
}
|
||||||
afx-app-window[data-id ='Syslog'] .afx-bug-list-item-time{
|
afx-app-window[data-id ='SystemReport'] .afx-bug-list-item-time{
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
afx-app-window[data-id ='Syslog'] .afx-bug-list-item-time i.label-text{
|
afx-app-window[data-id ='SystemReport'] .afx-bug-list-item-time i.label-text{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
afx-app-window[data-id ='Syslog'] afx-bug-list-item li.selected {
|
afx-app-window[data-id ='SystemReport'] afx-bug-list-item li.selected {
|
||||||
background-color: #116cd6;
|
background-color: #116cd6;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
afx-app-window[data-id ='Syslog'] pre {
|
afx-app-window[data-id ='SystemReport'] pre {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin:0;
|
margin:0;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
afx-app-window[data-id ='Syslog'] input{
|
afx-app-window[data-id ='SystemReport'] input{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user