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