Skip to content

Commit a8bed4f

Browse files
Merge branch 'master-local' into master-dist
2 parents d0f7b0e + abb8ef9 commit a8bed4f

File tree

3 files changed

+156
-0
lines changed

3 files changed

+156
-0
lines changed

dist/sass/_angular-patternfly.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
@import 'canvas';
1414
@import 'canvas-editor';
1515
@import 'pagination';
16+
@import 'datepicker';
1617
@import 'modal-overlay';
18+
@import 'vertical-navigation';

dist/sass/angular-patternfly.css

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,159 @@ table.dataTable tbody td {
14471447
padding-left: 10px;
14481448
}
14491449

1450+
.uib-datepicker-popup {
1451+
padding: 4px;
1452+
}
1453+
1454+
.uib-datepicker-popup *:focus {
1455+
outline: none;
1456+
}
1457+
1458+
.uib-datepicker-popup button {
1459+
background: #fff;
1460+
border: none;
1461+
box-shadow: none;
1462+
}
1463+
1464+
.uib-datepicker-popup th {
1465+
height: 30px;
1466+
}
1467+
1468+
.uib-datepicker-popup .uib-title {
1469+
font-size: 14px;
1470+
font-weight: 500;
1471+
padding: 5px;
1472+
}
1473+
1474+
.uib-datepicker-popup .uib-title strong {
1475+
font-weight: normal;
1476+
}
1477+
1478+
.uib-datepicker-popup .uib-left {
1479+
height: 30px;
1480+
}
1481+
1482+
.uib-datepicker-popup .uib-left .glyphicon {
1483+
display: none;
1484+
}
1485+
1486+
.uib-datepicker-popup .uib-left::before {
1487+
content: "\00AB";
1488+
}
1489+
1490+
.uib-datepicker-popup .uib-right {
1491+
height: 30px;
1492+
}
1493+
1494+
.uib-datepicker-popup .uib-right .glyphicon {
1495+
display: none;
1496+
}
1497+
1498+
.uib-datepicker-popup .uib-right::before {
1499+
content: "\00BB";
1500+
}
1501+
1502+
.uib-datepicker-popup .uib-day button.btn.btn-default {
1503+
height: 30px;
1504+
width: 30px;
1505+
}
1506+
1507+
.uib-datepicker-popup .uib-day button.btn.btn-default:hover {
1508+
background: #def3ff;
1509+
}
1510+
1511+
.uib-datepicker-popup .uib-day button.btn.btn-default.active {
1512+
background: #0088ce;
1513+
border-color: #004368;
1514+
color: #fff;
1515+
box-shadow: none;
1516+
padding: 0;
1517+
}
1518+
1519+
.uib-datepicker-popup .uib-day button.btn.btn-default.active .text-info {
1520+
color: #fff;
1521+
}
1522+
1523+
.uib-datepicker-popup .uib-day button.btn.btn-default:not(.active) .text-info {
1524+
color: #393f44;
1525+
background: #f9d67a;
1526+
height: 30px;
1527+
width: 30px;
1528+
padding: 7px;
1529+
display: inline-block;
1530+
margin: -1px -7px -2px -7px;
1531+
}
1532+
1533+
.uib-datepicker-popup .uib-day button.btn.btn-default:not(.active) .text-info:hover {
1534+
background: #def3ff;
1535+
}
1536+
1537+
.uib-datepicker-popup .uib-button-bar {
1538+
padding: 0;
1539+
}
1540+
1541+
.uib-datepicker-popup .uib-button-bar .btn-group {
1542+
width: 100%;
1543+
}
1544+
1545+
.uib-datepicker-popup .uib-button-bar .btn-group .uib-clear {
1546+
display: none;
1547+
}
1548+
1549+
.uib-datepicker-popup .uib-button-bar .btn-group .uib-datepicker-current {
1550+
color: #030303;
1551+
width: 100%;
1552+
font-size: 14px;
1553+
font-weight: 500;
1554+
height: 30px;
1555+
}
1556+
1557+
.uib-datepicker-popup .uib-button-bar .btn-group .uib-datepicker-current:hover {
1558+
background: #def3ff;
1559+
}
1560+
1561+
.uib-datepicker-popup .uib-button-bar .uib-close {
1562+
display: none;
1563+
}
1564+
14501565
.modal-overlay .modal-body {
14511566
max-height: 70vh;
14521567
overflow-x: hidden;
14531568
}
1569+
1570+
.navbar-header.ignore-mobile {
1571+
float: left;
1572+
}
1573+
1574+
.navbar-collapse.ignore-mobile {
1575+
width: auto;
1576+
border-top: 0;
1577+
box-shadow: none;
1578+
display: block;
1579+
}
1580+
1581+
.navbar-collapse.ignore-mobile .navbar-nav {
1582+
float: left;
1583+
margin: 0;
1584+
}
1585+
1586+
.navbar-collapse.ignore-mobile .navbar-nav.navbar-right {
1587+
float: right;
1588+
}
1589+
1590+
.navbar-collapse.ignore-mobile .navbar-nav.navbar-right .dropdown-menu {
1591+
left: auto;
1592+
right: 0;
1593+
}
1594+
1595+
.navbar-collapse.ignore-mobile .navbar-nav > li {
1596+
float: left;
1597+
}
1598+
1599+
.navbar-collapse.ignore-mobile .navbar-nav .open .dropdown-menu {
1600+
position: absolute;
1601+
margin-top: 0;
1602+
background-color: #fff;
1603+
border: 1px solid #bbb;
1604+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1605+
}

styles/_angular-patternfly.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
@import 'canvas';
1414
@import 'canvas-editor';
1515
@import 'pagination';
16+
@import 'datepicker';
1617
@import 'modal-overlay';
18+
@import 'vertical-navigation';

0 commit comments

Comments
 (0)