mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Some styling for toolbar
This commit is contained in:
parent
b4a0b8dbb8
commit
e5aa366641
@ -1184,6 +1184,58 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
||||
.et2_toolbar button {
|
||||
margin: 1px;
|
||||
}
|
||||
.et2_toolbar-dropdown{
|
||||
margin: 1px;
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
background: #E0E0E0 !important;
|
||||
background-color: #E0E0E0 !important;
|
||||
border: 1px solid silver;
|
||||
text-align: left;
|
||||
font-weight: normal !important;
|
||||
font-size: xx-small !important;
|
||||
}
|
||||
.et2_toolbar-dropdown button:hover{
|
||||
color: none !important;
|
||||
border: none !important;
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
.et2_toolbar-dropdown button{
|
||||
height: 100% !important;
|
||||
border: none !important;
|
||||
background: #E0E0E0 !important;
|
||||
background-color: #E0E0E0 !important;
|
||||
border-radius: 0 !important;
|
||||
color:#101010 !important;
|
||||
font-size: 9pt !important;
|
||||
font-weight: normal !important;
|
||||
//padding: 0 !important;
|
||||
}
|
||||
.et2_toolbar-dropdown ul> li{
|
||||
width: 100%
|
||||
|
||||
}
|
||||
.et2_toolbar-dropdown-menulist button{
|
||||
height: 100% !important;
|
||||
border: none;
|
||||
background: #E0E0E0 !important;
|
||||
background-color: #E0E0E0 !important;
|
||||
}
|
||||
.et2_toolbar-dropdown-menulist button:nth-child(2){
|
||||
float: right;
|
||||
padding: 0;
|
||||
}
|
||||
.et2_toolbar-dropdown ul{
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
}
|
||||
.et2_toolbar-dropdown ul >li{
|
||||
|
||||
}
|
||||
.et2_toolbar-dropdown-menulist ul{
|
||||
position: relative !important;
|
||||
}
|
||||
div.ui-toolbar-menulist{
|
||||
position: absolute;
|
||||
height: inherit !important;
|
||||
@ -1205,6 +1257,15 @@ div.ui-toolbar-menulist{
|
||||
width: 100% !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ui-toolbar-menulist > div{
|
||||
margin: 0 !important;
|
||||
text-align: left;
|
||||
border-radius: 0 !important;
|
||||
width: 100% !important;
|
||||
white-space: nowrap;
|
||||
background-color: #E0E0E0 !important;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
.ui-toolbar-menulistHeader{
|
||||
font-size: xx-small;
|
||||
height:100%;
|
||||
|
Loading…
Reference in New Issue
Block a user