Ticket #8966: mockieDividerFix.diff
| File mockieDividerFix.diff, 4.1 kB (added by jas8522, 4 months ago) |
|---|
-
Resources/Message
old new 51 51 color: rgba(0,0,0,0.6); 52 52 } 53 53 54 .context .time_consecutive + p{54 .context .time_consecutive + div { 55 55 border-top: 1px solid rgba(0,0,0,0.2); 56 56 } 57 57 -
Resources/Message
old new 31 31 background: rgba(244,225,190,0.9); 32 32 } 33 33 34 .incoming .time_consecutive + p{34 .incoming .time_consecutive + div { 35 35 border-top: 1px solid rgba(255,124,0,0.4); 36 36 } 37 37 … … 66 66 background: rgba(213,241,200,0.9); 67 67 } 68 68 69 .outgoing .time_consecutive + p{69 .outgoing .time_consecutive + div { 70 70 border-top: 1px solid rgba(102,204,50,0.4); 71 71 } 72 72 -
Resources/Message
old new 73 73 } 74 74 75 75 .text { 76 margin: 0 40px 0 0; 77 padding: 2px 4px 2px 4px; 76 padding: 2px 75px 2px 4px; 78 77 } 79 78 80 79 .status_container { -
Resources/Message
old new 32 32 background: rgba(204,204,246,0.9); 33 33 } 34 34 35 .incoming .time_consecutive + p{35 .incoming .time_consecutive + div { 36 36 border-top: 1px solid rgba(0,45,255,0.4); 37 37 } 38 38 … … 67 67 background: rgba(255,195,195,0.9); 68 68 } 69 69 70 .outgoing .time_consecutive + p{70 .outgoing .time_consecutive + div { 71 71 border-top: 1px solid rgba(255,0,1,0.4); 72 72 } 73 73 -
Resources/Message
old new 32 32 background: rgba(213,211,228,0.9); 33 33 } 34 34 35 .incoming .time_consecutive + p{35 .incoming .time_consecutive + div { 36 36 border-top: 1px solid rgba(75,93,178,0.4); 37 37 } 38 38 … … 67 67 background: rgba(233,207,207,0.9); 68 68 } 69 69 70 .outgoing .time_consecutive + p{70 .outgoing .time_consecutive + div { 71 71 border-top: 1px solid rgba(177,74,75,0.4); 72 72 } 73 73 -
Resources/Message
old new 28 28 background: rgba(226,219,203,0.9); 29 29 } 30 30 31 .incoming .time_consecutive + p{31 .incoming .time_consecutive + div { 32 32 border-top: 1px solid rgba(178,125,75,0.4); 33 33 } 34 34 … … 63 63 background: rgba(213,225,207,0.9); 64 64 } 65 65 66 .outgoing .time_consecutive + p{66 .outgoing .time_consecutive + div { 67 67 border-top: 1px solid rgba(116,157,95,0.4); 68 68 } 69 69