DmitrMakeev commited on
Commit
89157d9
·
verified ·
1 Parent(s): c0ca43d

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +29 -0
data_gc_tab.html CHANGED
@@ -96,6 +96,35 @@
96
  #filter-clear {
97
  padding: 10px 20px;
98
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  </style>
100
  </head>
101
  <body>
 
96
  #filter-clear {
97
  padding: 10px 20px;
98
  }
99
+
100
+ #filter-field, #filter-type, #filter-value, #filter-clear {
101
+ padding: 10px;
102
+ font-size: 16px;
103
+ margin: 5px;
104
+ border-radius: 5px;
105
+ border: 1px solid #ccc;
106
+ }
107
+
108
+ #filter-value {
109
+ width: 200px;
110
+ background-color: #f0f0f0;
111
+ }
112
+
113
+ #filter-clear {
114
+ padding: 10px 20px;
115
+ background-color: #4CAF50;
116
+ color: white;
117
+ border: none;
118
+ cursor: pointer;
119
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
120
+ transition: background-color 0.3s ease;
121
+ }
122
+
123
+ #filter-clear:hover {
124
+ background-color: #388E3C;
125
+ }
126
+
127
+
128
  </style>
129
  </head>
130
  <body>