File: enable-system-jqueryui-by-putting-cacti-changes-in-main.css.patch

package info (click to toggle)
cacti 1.2.30%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,176 kB
  • sloc: php: 123,193; javascript: 29,825; sql: 2,595; xml: 1,823; sh: 1,228; perl: 194; makefile: 65; python: 51; ruby: 9
file content (26 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Upstream embeds jquery-ui.css, but we want to use the system
 version of that file. To honor cacti's changes to jquery-ui.css, the delta is
 added as an overload in main.css instead.
Author: Paul Gevers <elbrus@debian.org>
Bug: https://github.com/Cacti/cacti/issues/186

Index: cacti/include/themes/classic/main.css
===================================================================
--- cacti.orig/include/themes/classic/main.css
+++ cacti/include/themes/classic/main.css
@@ -2066,6 +2066,7 @@ tr#realtime td:first-child {
 	border: none;
 	font-weight: normal;
 	padding: 2px;
+	color: #555555
 }
 
 .ui-select-text input {
@@ -2129,3 +2130,7 @@ td.center > table {
 .ui-menu-item-wrapper {
 	white-space: nowrap;
 }
+.ui-widget-shadow {
+	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
+	box-shadow: -8px -8px 8px #aaaaaa;
+}