Marthee commited on
Commit
e512118
·
verified ·
1 Parent(s): f25b182

Update static/MenuStyle.css

Browse files
Files changed (1) hide show
  1. static/MenuStyle.css +4 -7
static/MenuStyle.css CHANGED
@@ -20,10 +20,9 @@
20
  }
21
 
22
  .tablinks {
23
- width: 135px; /* Sets the fixed width */
24
  min-width: 135px; /* Prevents it from shrinking */
25
- max-width: 135px; /* Prevents it from expanding */
26
- color:white;
27
  font-size: 16px;
28
  text-decoration: none;
29
  padding: 0px;
@@ -235,6 +234,7 @@ cursor: pointer;
235
 
236
  #dynamicTabs .tablinks {
237
  background-color: #333; /* Background color for each tab */
 
238
  color: white; /* Text color */
239
  border: none;
240
  padding: 10px 2px;
@@ -243,10 +243,7 @@ cursor: pointer;
243
  transition: background-color 0.3s ease;
244
  }
245
 
246
- #dynamicTabs .tablinks:hover {
247
- background-color: rgb(0, 60, 255); /* Background color on hover */
248
- color:#51c5eb;
249
- }
250
 
251
  #dynamicTabs .tablinks .fa-times {
252
  cursor: pointer;
 
20
  }
21
 
22
  .tablinks {
23
+ /* Sets the fixed width */
24
  min-width: 135px; /* Prevents it from shrinking */
25
+ color:white;
 
26
  font-size: 16px;
27
  text-decoration: none;
28
  padding: 0px;
 
234
 
235
  #dynamicTabs .tablinks {
236
  background-color: #333; /* Background color for each tab */
237
+ min-width:500px;
238
  color: white; /* Text color */
239
  border: none;
240
  padding: 10px 2px;
 
243
  transition: background-color 0.3s ease;
244
  }
245
 
246
+
 
 
 
247
 
248
  #dynamicTabs .tablinks .fa-times {
249
  cursor: pointer;