PluginProbe
codoc / 0.9.57
codoc v0.9.57
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
← All changes | css/codoc-options.css +3 -3 0.9.100.9.57 View file →
@@ -7,11 +7,11 @@
7 7 }
8 8
9 9 .codoc-settings .form-table th {
10 10 padding: 20px 15px;
11 - background: #387cec;
12 - color: #fff;
13 - border-bottom: solid 1px #e7f7fc;
11 + background: linear-gradient(to right, #FCF5D5 0%, #FEF5FF 50%, #EDFFFC);
12 + color: #1B1D1F;
13 + border-bottom: solid 1px #c9c9c9;
14 14 text-align: right;
15 15 vertical-align: middle;
16 16 }
17 17