Files
mailnag/data/config_window.css

7 lines
150 B
CSS
Raw Normal View History

2016-04-10 15:18:15 +02:00
.bg-gradient {
2013-08-04 13:28:37 +02:00
background-image: linear-gradient(to bottom,
@theme_bg_color,
2014-06-28 21:39:46 +02:00
shade(@theme_bg_color, 0.94)
12%);
2013-08-04 13:28:37 +02:00
}