Lines 1465-1470
dd {
Link Here
|
1465 |
font-size: 95%; |
1465 |
font-size: 95%; |
1466 |
} |
1466 |
} |
1467 |
|
1467 |
|
|
|
1468 |
.hint { |
1469 |
.btn.defaults { |
1470 |
border: 1px solid #ccc; |
1471 |
background-color: #f8f9fa; // Light gray background |
1472 |
color: #333; |
1473 |
padding: 6px 12px; |
1474 |
font-size: 0.95em; |
1475 |
cursor: pointer; |
1476 |
transition: background-color 0.2s ease-in-out; |
1477 |
|
1478 |
&:hover, |
1479 |
&:focus { |
1480 |
background-color: #e2e6ea; |
1481 |
color: #000; |
1482 |
text-decoration: none; |
1483 |
} |
1484 |
} |
1485 |
} |
1486 |
|
1468 |
.readonly, |
1487 |
.readonly, |
1469 |
input[type="text"]:read-only { |
1488 |
input[type="text"]:read-only { |
1470 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
1489 |
background: #EEE url( "../img/locked.png" ) center left no-repeat; |
1471 |
- |
|
|