mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Remove extra background color from splitter bar
This commit is contained in:
parent
9c7f5b068c
commit
69da838861
@ -1009,7 +1009,6 @@ body {
|
|||||||
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
#mail-index div.splitter-bar {
|
#mail-index div.splitter-bar {
|
||||||
background-color: rgba(179, 39, 39, 0);
|
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
@ -997,7 +997,6 @@ body {
|
|||||||
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
#mail-index div.splitter-bar {
|
#mail-index div.splitter-bar {
|
||||||
background-color: rgba(179, 39, 39, 0);
|
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
@ -88,7 +88,6 @@ body {
|
|||||||
tr.mail div span {.box_shadow_none;}
|
tr.mail div span {.box_shadow_none;}
|
||||||
} // Ende: Box mit Header und Liste
|
} // Ende: Box mit Header und Liste
|
||||||
div.splitter-bar {
|
div.splitter-bar {
|
||||||
background-color: rgba(179, 39, 39, 0);
|
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user