We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9d79 commit 0741187Copy full SHA for 0741187
we_clearblue/theme/we_clearblue.css
@@ -849,7 +849,7 @@ table.table1 {
849
}
850
851
table.table1 td {
852
- color: #525252;
+ color: #536482;
853
854
855
/* Recent searches tables */
@@ -1503,16 +1503,14 @@ a.postlink:hover {
1503
1504
/* Post message */
1505
.post .postbody {
1506
+ padding-top: 0;
1507
border-top-right-radius: 0;
1508
border-bottom-left-radius: 7px;
1509
1510
- /* Post message left triangle */
1511
- .post .postbody::before {
1512
- right: 25px;
1513
- margin-top: -34px;
1514
- margin-left: 0;
1515
- border-width: 0 14px 16px 14px;
+ .postbody h3 {
+ padding-top: 10px !important;
+ border-top: 1px dotted #b7c9d7;
1516
1517
1518
0 commit comments