Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions components/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - Accordion
* # Semantic UI 2.5.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -36,12 +36,6 @@
color: rgba(0, 0, 0, 0.87);
}

/* Content */
.ui.accordion .title ~ .content,
.ui.accordion .accordion .title ~ .content {
display: none;
}

/* Default Styling */
.ui.accordion:not(.styled) .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
Expand Down Expand Up @@ -187,12 +181,12 @@


/*--------------
Active
Not Active
---------------*/

.ui.accordion .active.content,
.ui.accordion .accordion .active.content {
display: block;
.ui.accordion .content:not(.active),
.ui.accordion .accordion .content:not(.active) {
display: none;
}


Expand Down
2 changes: 1 addition & 1 deletion components/accordion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - Accordion
* # Semantic UI 2.5.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ad.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - Ad
* # Semantic UI 2.5.0 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - API
* # Semantic UI 2.5.0 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - Breadcrumb
* # Semantic UI 2.5.0 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 45 additions & 1 deletion components/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.4 - Button
* # Semantic UI 2.5.0 - Button
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -720,6 +720,50 @@
font-size: 1.71428571rem;
}

/* Dropdown coupled buttons sizes */
.ui.mini.buttons .dropdown {
font-size: 0.78571429rem;
}
.ui.mini.buttons .dropdown .menu > .item {
font-size: 0.78571429rem;
}
.ui.tiny.buttons .dropdown {
font-size: 0.85714286rem;
}
.ui.tiny.buttons .dropdown .menu > .item {
font-size: 0.85714286rem;
}
.ui.small.buttons .dropdown {
font-size: 0.92857143rem;
}
.ui.small.buttons .dropdown .menu > .item {
font-size: 0.92857143rem;
}
.ui.large.buttons .dropdown {
font-size: 1.14285714rem;
}
.ui.large.buttons .dropdown .menu > .item {
font-size: 1.14285714rem;
}
.ui.big.buttons .dropdown {
font-size: 1.28571429rem;
}
.ui.big.buttons .dropdown .menu > .item {
font-size: 1.28571429rem;
}
.ui.huge.buttons .dropdown {
font-size: 1.42857143rem;
}
.ui.huge.buttons .dropdown .menu > .item {
font-size: 1.42857143rem;
}
.ui.massive.buttons .dropdown {
font-size: 1.71428571rem;
}
.ui.massive.buttons .dropdown .menu > .item {
font-size: 1.71428571rem;
}

/*--------------
Icon Only
---------------*/
Expand Down
4 changes: 2 additions & 2 deletions components/button.min.css

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions components/calendar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
/*!
* # Semantic UI 2.5.0 - Calendar
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/


/*******************************
Popup
*******************************/

.ui.calendar .ui.popup {
max-width: none;
padding: 0;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


/*******************************
Calendar
*******************************/

.ui.calendar .calendar:focus {
outline: 0;
}


/*******************************
Grid
*******************************/

.ui.calendar .ui.popup .ui.grid {
display: block;
white-space: nowrap;
}
.ui.calendar .ui.popup .ui.grid > .column {
width: auto;
}


/*******************************
Table
*******************************/

.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
min-width: 15em;
}
.ui.calendar .ui.table.day {
min-width: 18em;
}
.ui.calendar .ui.table.hour {
min-width: 20em;
}
.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
padding: 0.5em;
white-space: nowrap;
}
.ui.calendar .ui.table tr th {
border-left: none;
}
.ui.calendar .ui.table tr th .icon {
margin: 0;
}
.ui.calendar .ui.table tr th .icon {
margin: 0;
}
.ui.calendar .ui.table tr:first-child th {
position: relative;
padding-left: 0;
padding-right: 0;
}
.ui.calendar .ui.table.day tr:first-child th {
border: none;
}
.ui.calendar .ui.table.day tr:nth-child(2) th {
padding-top: 0.2em;
padding-bottom: 0.3em;
}
.ui.calendar .ui.table tr td {
padding-left: 0.1em;
padding-right: 0.1em;
}
.ui.calendar .ui.table tr .link {
cursor: pointer;
}
.ui.calendar .ui.table tr .prev.link {
width: 14.28571429%;
position: absolute;
left: 0;
}
.ui.calendar .ui.table tr .next.link {
width: 14.28571429%;
position: absolute;
right: 0;
}
.ui.calendar .ui.table tr .disabled {
pointer-events: none;
color: rgba(40, 40, 40, 0.3);
}

/*--------------
States
---------------*/

.ui.calendar .ui.table tr td.today {
font-weight: bold;
}
.ui.calendar .ui.table tr td.range {
background: rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.95);
-webkit-box-shadow: none;
box-shadow: none;
}
.ui.calendar .ui.table.inverted tr td.range {
background: rgba(255, 255, 255, 0.08);
color: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ui.calendar .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar .calendar.active .ui.table tbody tr td.focus {
-webkit-box-shadow: inset 0 0 0 1px #85B7D9;
box-shadow: inset 0 0 0 1px #85B7D9;
}
.ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus,
.ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus {
-webkit-box-shadow: inset 0 0 0 1px #85B7D9;
box-shadow: inset 0 0 0 1px #85B7D9;
}


/*******************************
Theme Overrides
*******************************/

Loading