mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
Revert changes from 44692
This commit is contained in:
parent
28bbb266e2
commit
6dc8e077ff
@ -193,6 +193,13 @@ input[type=button]:focus {
|
|||||||
color: #202d52;
|
color: #202d52;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
button.et2_button_with_image {
|
||||||
|
padding-left: 20px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position-x: 3px;
|
||||||
|
background-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Drop down button
|
* Drop down button
|
||||||
*/
|
*/
|
||||||
@ -633,6 +640,11 @@ ul.et2_link_string {
|
|||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.et2_taglist_ro ul {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* VFS widget(s)
|
* VFS widget(s)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user