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
32 changes: 16 additions & 16 deletions administrator/templates/hathor/less/colour_baseline.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ div.toolbar-list a {
}

div.toolbar-list a:hover {
border-left: 1px solid @NWBorder;
border-top: 1px solid @NWBorder;
border-right: 1px solid @SEBorder;
border-bottom: 1px solid @SEBorder;
border-left: 1px solid @nwBorder;
border-top: 1px solid @nwBorder;
border-right: 1px solid @seBorder;
border-bottom: 1px solid @seBorder;
background: @hoverBackground;
color: @toolbarColor;
}
Expand All @@ -201,10 +201,10 @@ div.btn-toolbar div.btn-group button {
}

div.btn-toolbar div.btn-group button:hover {
border-left: 1px solid @NWBorder;
border-top: 1px solid @NWBorder;
border-right: 1px solid @SEBorder;
border-bottom: 1px solid @SEBorder;
border-left: 1px solid @nwBorder;
border-top: 1px solid @nwBorder;
border-right: 1px solid @seBorder;
border-bottom: 1px solid @seBorder;
background: @hoverBackground;
color: @toolbarColor;
cursor: pointer;
Expand All @@ -224,10 +224,10 @@ div.btn-toolbar a {
}

div.btn-toolbar a:hover {
border-left: 1px solid @NWBorder;
border-top: 1px solid @NWBorder;
border-right: 1px solid @SEBorder;
border-bottom: 1px solid @SEBorder;
border-left: 1px solid @nwBorder;
border-top: 1px solid @nwBorder;
border-right: 1px solid @seBorder;
border-bottom: 1px solid @seBorder;
background: @hoverBackground;
color: @toolbarColor;
cursor: pointer;
Expand Down Expand Up @@ -376,10 +376,10 @@ div.current fieldset.adminform {
#cpanel div.icon a:focus,
.cpanel div.icon a:hover,
.cpanel div.icon a:focus {
border-left: 1px solid @NWBorder;
border-top: 1px solid @NWBorder;
border-right: 1px solid @SEBorder;
border-bottom: 1px solid @SEBorder;
border-left: 1px solid @nwBorder;
border-top: 1px solid @nwBorder;
border-right: 1px solid @seBorder;
border-bottom: 1px solid @seBorder;
color: @linkColor;
background: @hoverBackground;
}
Expand Down
8 changes: 4 additions & 4 deletions administrator/templates/hathor/less/colour_brown.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
@gradientTop: #d5c1b2;
@gradientBottom: #d5c1b2;
@mainBorder: #000000;
@toolbarColor: #000000;
@hoverBackground: #e1d3c8;
@NWBorder: #000000;
@SEBorder: #000000;
@toolbarColor: #054993;
@hoverBackground: #e5d9c3;
@nwBorder: #868778;
@seBorder: #f6f7db;

// Import the baseline to compile the CSS
@import "colour_baseline.less";
4 changes: 2 additions & 2 deletions administrator/templates/hathor/less/hathor_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
// -------------------------
@toolbarColor: @linkColor;
@hoverBackground: #e5d9c3;
@NWBorder: #868778;
@SEBorder: #f6f7db;
@nwBorder: #868778;
@seBorder: #f6f7db;
@fadedText: #cccccc;
@disabledBackground: #eeeeee;
@permissionDefault: #ffffcf;
Expand Down
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4706,6 +4706,9 @@ a.badge:focus {
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.hidden {
display: none;
visibility: hidden;
Expand Down
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4706,6 +4706,9 @@ a.badge:focus {
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.hidden {
display: none;
visibility: hidden;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"joomla/uri": "~1.1",
"joomla/utilities": "~1.3 >=1.3.3",
"ircmaxell/password-compat": "1.*",
"leafo/lessphp": "0.3.9",
"leafo/lessphp": "0.5.0",
"paragonie/random_compat": "~1.0",
"phpmailer/phpmailer": "5.2.14",
"symfony/polyfill-php56": "~1.0",
Expand Down
Loading