commit dc24311: [Minor] rspamd.css: combine duplicate selectors

Alexander Moisseev moiseev at mezonplus.ru
Sun Apr 7 08:21:03 UTC 2019


Author: Alexander Moisseev
Date: 2019-04-06 13:33:56 +0300
URL: https://github.com/rspamd/rspamd/commit/dc24311a44e3d0c8344cd59b38f6927098d7b4b9

[Minor] rspamd.css: combine duplicate selectors

---
 interface/css/rspamd.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index d99c20b8d..55ba287e1 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -104,7 +104,9 @@ table#symbolsTable input[type="number"] {
 		font-size:10px;
 		color:#666666;
 		white-space:nowrap;
+		background-color:#efefef;
 		border-bottom:1px solid #ddd;
+		border-left:1px solid #CDCDCD;
 		}
 	.table-log thead th,
 	.table-log tbody td {
@@ -127,10 +129,6 @@ table#symbolsTable input[type="number"] {
 		-o-text-overflow:ellipsis;
 		text-overflow:ellipsis;
 		}
-	.table-log th {
-		background-color:#efefef;
-		border-left:1px solid #CDCDCD;
-		}
 	.table-log th.header {
 		cursor:pointer;
 		}


More information about the Commits mailing list