mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Change some additional buttons to look like they're in a toolbar
This commit is contained in:
parent
968af0b1d2
commit
37ce527fd4
@ -130,6 +130,13 @@
|
||||
#calendar-toolbar > div {
|
||||
display: flex;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||
border-style: hidden;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add:hover::part(base) {
|
||||
border-style: solid;
|
||||
background-color: var(--sl-input-background-color);
|
||||
}
|
||||
#calendar-toolbar .et2_toolbar {
|
||||
background: inherit;
|
||||
border:none;
|
||||
|
@ -143,6 +143,13 @@
|
||||
#calendar-toolbar > div {
|
||||
display: flex;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||
border-style: hidden;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add:hover::part(base) {
|
||||
border-style: solid;
|
||||
background-color: var(--sl-input-background-color);
|
||||
}
|
||||
#calendar-toolbar .et2_toolbar {
|
||||
background: inherit;
|
||||
border: none;
|
||||
|
@ -131,6 +131,13 @@
|
||||
#calendar-toolbar > div {
|
||||
display: flex;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||
border-style: hidden;
|
||||
}
|
||||
#calendar-toolbar #calendar-toolbar_add:hover::part(base) {
|
||||
border-style: solid;
|
||||
background-color: var(--sl-input-background-color);
|
||||
}
|
||||
#calendar-toolbar .et2_toolbar {
|
||||
background: inherit;
|
||||
border: none;
|
||||
|
@ -11,6 +11,15 @@
|
||||
/**
|
||||
* CSS for new eTemplate filemanager UI
|
||||
*/
|
||||
#filemanager-index_nm .et2_file {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#filemanager-index_nm .et2_file et2-button::part(label) {
|
||||
position: initial;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
/* Override default filter width since there's only one, and limited space left */
|
||||
#filemanager-index_nm_filter {
|
||||
max-width: initial;
|
||||
|
@ -78,6 +78,6 @@
|
||||
<et2-button statustext="File a file" onclick="app.filemanager.fileafile" image="upload" noSubmit="true"></et2-button>
|
||||
</template>
|
||||
<template id="filemanager.index" template="" lang="" group="0" version="1.9.003">
|
||||
<nextmatch id="nm" template="filemanager.index.rows" header_left="filemanager.index.header_left" header_row="filemanager.index.header_row" header_right="filemanager.index.header_right"/>
|
||||
<nextmatch id="nm" class="et2_toolbar" template="filemanager.index.rows" header_left="filemanager.index.header_left" header_row="filemanager.index.header_row" header_right="filemanager.index.header_right"/>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user